diff options
author | bloodstalker <thabogre@gmail.com> | 2020-09-17 11:34:17 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-09-17 11:34:17 +0000 |
commit | 482c3589e2795b46ef4469d9c23c4f7c3c04e188 (patch) | |
tree | 6c09714d988c62d4bc31215ae50218a39e901879 /gotty/Dockerfile | |
parent | now is more useful (diff) | |
download | dockerimages-482c3589e2795b46ef4469d9c23c4f7c3c04e188.tar.gz dockerimages-482c3589e2795b46ef4469d9c23c4f7c3c04e188.zip |
update for the gotty image
Diffstat (limited to '')
-rw-r--r-- | gotty/Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |