remove ldap auth

This commit is contained in:
Sebastian Hugentobler 2020-08-24 09:55:47 +02:00
parent d7a5f7628a
commit 678d6d832b
4 changed files with 7 additions and 73 deletions

View file

@ -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