From 482c3589e2795b46ef4469d9c23c4f7c3c04e188 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 17 Sep 2020 16:04:17 +0430 Subject: update for the gotty image --- gotty/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gotty/Dockerfile b/gotty/Dockerfile index 4b649bd..8f0d425 100644 --- a/gotty/Dockerfile +++ b/gotty/Dockerfile @@ -37,6 +37,9 @@ RUN (cd ~/.oh-my-zsh/plugins; git clone https://github.com/zsh-users/zsh-syntax- RUN vim -T xterm +Helptags +qall +RUN apk add openssh w3m torsocks +RUN ln -s /usr/bin/python3 /bin/python +# RUN service tor start EXPOSE 9000 ENV TERM=st-256 # RUN st -- cgit v1.2.3