diff options
author | bloodstalker <thabogre@gmail.com> | 2020-11-13 09:08:05 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-11-13 09:08:05 +0000 |
commit | 1e525a5682db1fe279e52b2e75c8a3e4d565474f (patch) | |
tree | 2f3687c1533afadf83b409903e79f9372c1488f2 /gotty | |
parent | update (diff) | |
download | dockerimages-1e525a5682db1fe279e52b2e75c8a3e4d565474f.tar.gz dockerimages-1e525a5682db1fe279e52b2e75c8a3e4d565474f.zip |
updates to gotty and godev
Diffstat (limited to 'gotty')
-rw-r--r-- | gotty/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gotty/Dockerfile b/gotty/Dockerfile index 6731b5b..4d21b9c 100644 --- a/gotty/Dockerfile +++ b/gotty/Dockerfile @@ -41,7 +41,7 @@ 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 (cd fedora/.w3m && cp -R * ~/.w3m) # RUN service tor start EXPOSE 9000 EXPOSE 8080 |