From 9ba9a71a559914fe1fd51f87a23d438a19defd47 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Mon, 24 Jun 2019 14:44:08 -0700 Subject: [PATCH] Remove outdated comment --- mole/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mole/Dockerfile b/mole/Dockerfile index 4679c1f..956839c 100644 --- a/mole/Dockerfile +++ b/mole/Dockerfile @@ -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