remove ldap auth
This commit is contained in:
parent
d7a5f7628a
commit
678d6d832b
4 changed files with 7 additions and 73 deletions
12
Dockerfile
12
Dockerfile
|
@ -1,20 +1,14 @@
|
|||
FROM thallian/confd-env:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
libressl \
|
||||
openssl \
|
||||
openssh-client \
|
||||
openldap \
|
||||
zlib
|
||||
|
||||
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main \
|
||||
libcrypto1.1
|
||||
zlib \
|
||||
perl
|
||||
|
||||
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community \
|
||||
proftpd \
|
||||
proftpd-mod_ldap \
|
||||
proftpd-mod_sftp \
|
||||
proftpd-mod_auth_file \
|
||||
proftpd-mod_site_misc \
|
||||
proftpd-utils
|
||||
|
||||
RUN addgroup -g 2222 access
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue