mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 08:34:00 +01:00
Merge pull request #70 from ScanPlusGmbH/alpine-update
Update to Alpine 3.7
This commit is contained in:
commit
024ab5c138
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user