diff options
author | bloodstalker <thabogre@gmail.com> | 2020-09-25 13:55:14 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-09-25 13:55:14 +0000 |
commit | 6607c6fdb6f3aea11ee347d1b89893a5e771bd68 (patch) | |
tree | 3d66269dfb6150c2fe9bd5ee921ede0499e1c4c5 /gotty/Dockerfile | |
parent | more updates to the gotty image (diff) | |
download | dockerimages-6607c6fdb6f3aea11ee347d1b89893a5e771bd68.tar.gz dockerimages-6607c6fdb6f3aea11ee347d1b89893a5e771bd68.zip |
more upates for gotty:fixed up w3m
Diffstat (limited to '')
-rw-r--r-- | gotty/Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gotty/Dockerfile b/gotty/Dockerfile index de18425..42ac24d 100644 --- a/gotty/Dockerfile +++ b/gotty/Dockerfile @@ -40,7 +40,9 @@ RUN vim -T xterm +Helptags +qall RUN apk add openssh w3m torsocks mksh RUN ln -s /usr/bin/python3 /bin/python RUN ln -s /bin/mksh /bin/ksh +RUN mkdir ~/.w3m +RUN (cd fedora/.w3m && cp * ~/.w3m) # RUN service tor start EXPOSE 9000 -ENV TERM=st-256 +# ENV TERM=st-256 # RUN st |