Merge pull request #70 from ScanPlusGmbH/alpine-update

Update to Alpine 3.7
This commit is contained in:
Samuel Sieg 2018-06-04 13:41:35 +02:00 committed by GitHub
commit 024ab5c138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.6-alpine
FROM python:3.6-alpine3.7
RUN apk add --no-cache \
bash \
@ -12,7 +12,6 @@ RUN apk add --no-cache \
libxml2-dev \
libxslt-dev \
openldap-dev \
libressl-dev \
postgresql-dev \
wget