Merged wizzard

This commit is contained in:
2018-02-23 10:23:06 +01:00
parent 06437ac0b8
commit 81b6097351
4 changed files with 4 additions and 29 deletions

View File

@@ -3,7 +3,7 @@ FROM alpine:edge
VOLUME /data
RUN apk add --no-cache git bash openssh parallel shadow ; \
RUN apk add --no-cache git bash openssh parallel openssh-keygen vim shadow ; \
useradd -ms /bin/bash executor ; \
chown executor:executor /data ; \
echo "* * * * * /usr/local/bin/cron-command" >> /etc/crontabs/executor ; \