From 73111d75ec13ee88e9dcbbf36310f1b6fbbb35ca Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sun, 3 Oct 2021 15:08:58 -0400 Subject: [PATCH] ttyd inside of docker; aggressive resize weirdness in the new tmux --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4e03ae0..f6c52f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,6 @@ FROM docker MAINTAINER Philipp C. Heckel -RUN \ - apk add tmux asciinema \ - && mkdir -p /etc/replbot +RUN apk add tmux asciinema ttyd COPY replbot /usr/bin ENTRYPOINT ["replbot"]