update base image
This commit is contained in:
parent
f11ce38ba9
commit
f3b2fb3228
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@ -0,0 +1,9 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
@ -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…
Reference in New Issue
Block a user