add proftpd-mod_auth_file
This commit is contained in:
parent
28930cd837
commit
31d52aacf8
@ -2,7 +2,7 @@ FROM registry.gitlab.com/thallian/docker-confd-env:master
|
|||||||
|
|
||||||
RUN apk add --no-cache libressl openssh-client openldap zlib
|
RUN apk add --no-cache libressl openssh-client openldap zlib
|
||||||
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
||||||
proftpd proftpd-mod_ldap proftpd-mod_sftp proftpd-utils
|
proftpd proftpd-mod_ldap proftpd-mod_sftp proftpd-mod_auth_file proftpd-utils
|
||||||
|
|
||||||
RUN addgroup -g 2222 access
|
RUN addgroup -g 2222 access
|
||||||
RUN addgroup proftpd access
|
RUN addgroup proftpd access
|
||||||
|
Loading…
Reference in New Issue
Block a user