update base image

This commit is contained in:
Sebastian Hugentobler 2017-01-10 15:38:38 +01:00
parent f11ce38ba9
commit f3b2fb3228
2 changed files with 10 additions and 1 deletions

9
.editorconfig Normal file
View 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

View File

@ -7,7 +7,7 @@ RUN adduser -h /var/lib/proftp -u 2222 -D -G proftp proftp
ADD /rootfs / 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 mkdir /tmp/proftpd
RUN wget -qO- https://github.com/proftpd/proftpd/archive/$PROFTP_VERSION.tar.gz | tar -xz -C /tmp/proftpd --strip 1 RUN wget -qO- https://github.com/proftpd/proftpd/archive/$PROFTP_VERSION.tar.gz | tar -xz -C /tmp/proftpd --strip 1