diff options
author | bloodstalker <thabogre@gmail.com> | 2020-09-20 15:48:53 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-09-20 15:48:53 +0000 |
commit | 4a4d971d0e03d33a77b3f10adb6d4d8670facc76 (patch) | |
tree | 5ea181e24bfc75b158e57c650fdf4f1b2fbe2f67 | |
parent | update for the gotty image (diff) | |
download | dockerimages-4a4d971d0e03d33a77b3f10adb6d4d8670facc76.tar.gz dockerimages-4a4d971d0e03d33a77b3f10adb6d4d8670facc76.zip |
more updates to the gotty image
-rw-r--r-- | gotty/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gotty/Dockerfile b/gotty/Dockerfile index 8f0d425..de18425 100644 --- a/gotty/Dockerfile +++ b/gotty/Dockerfile @@ -37,8 +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 apk add openssh w3m torsocks mksh RUN ln -s /usr/bin/python3 /bin/python +RUN ln -s /bin/mksh /bin/ksh # RUN service tor start EXPOSE 9000 ENV TERM=st-256 |