update base image
This commit is contained in:
parent
f11ce38ba9
commit
f3b2fb3228
2 changed files with 10 additions and 1 deletions
|
@ -7,7 +7,7 @@ RUN adduser -h /var/lib/proftp -u 2222 -D -G proftp proftp
|
|||
|
||||
ADD /rootfs /
|
||||
|
||||
RUN apk add --no-cache openssl openldap tar gcc make g++ openldap-dev file
|
||||
RUN apk add --no-cache libressl openldap tar gcc make g++ openldap-dev file
|
||||
|
||||
RUN mkdir /tmp/proftpd
|
||||
RUN wget -qO- https://github.com/proftpd/proftpd/archive/$PROFTP_VERSION.tar.gz | tar -xz -C /tmp/proftpd --strip 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue