Merged wizzard
This commit is contained in:
@@ -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 ; \
|
||||
|
||||
Reference in New Issue
Block a user