add scoreboard directory
This commit is contained in:
parent
5beaac4af0
commit
4681cafceb
@ -23,11 +23,12 @@ RUN apk add --no-cache libressl openssh-client openldap zlib
|
||||
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
||||
proftpd proftpd-mod_ldap proftpd-mod_sftp
|
||||
|
||||
RUN addgroup -g 2222 access
|
||||
RUN addgroup -g 2222 access
|
||||
RUN addgroup proftpd access
|
||||
|
||||
RUN rm /etc/proftpd/dhparams.pem
|
||||
RUN mkdir /etc/proftpd/keys/
|
||||
RUN mkdir /etc/proftpd/keys/ && /var/run/proftpd
|
||||
RUN chown -R proftpd:proftpd /var/run/proftpd
|
||||
|
||||
ADD /rootfs /
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user