packages upgrade
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN \
|
||||
apk -U add proftpd proftpd-mod_tls proftpd-mod_ifsession \
|
||||
apk --no-cache upgrade && \
|
||||
apk --no-cache add proftpd proftpd-mod_tls proftpd-mod_ifsession \
|
||||
proftpd-mod_deflate proftpd-mod_geoip proftpd-mod_sql_sqlite \
|
||||
proftpd-utils openssl perl acme.sh lftp sqlite && \
|
||||
mkdir -p /var/run/proftpd /etc/proftpd/custom.conf.d/
|
||||
|
||||
Reference in New Issue
Block a user