Remove outdated comment

This commit is contained in:
IamTheFij 2019-06-24 14:44:08 -07:00
parent 88ac7f12e8
commit 9ba9a71a55
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,5 @@
FROM alpine
RUN apk add bash curl tar
RUN bash -c "bash <(curl -fsSL https://raw.githubusercontent.com/davrodpin/mole/master/tools/install.sh | sed 's/\bsudo\b//g')"
@ -10,8 +11,6 @@ USER mole
RUN mkdir -p /mole/.ssh
RUN touch /mole/.ssh/config
# Should not be running as root
COPY ./start.sh ./
CMD ./start.sh