add static user possibility
This commit is contained in:
parent
fe187a7160
commit
28930cd837
4 changed files with 34 additions and 2 deletions
|
@ -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 --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing \
|
||||
proftpd proftpd-mod_ldap proftpd-mod_sftp
|
||||
proftpd proftpd-mod_ldap proftpd-mod_sftp proftpd-utils
|
||||
|
||||
RUN addgroup -g 2222 access
|
||||
RUN addgroup proftpd access
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue