mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 08:34:00 +01:00
Switch to python 3
This commit is contained in:
parent
128c63de2b
commit
c1e88f81ac
@ -1,4 +1,4 @@
|
||||
FROM python:2.7-alpine
|
||||
FROM python:3.6-alpine
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash \
|
||||
@ -14,7 +14,7 @@ RUN apk add --no-cache \
|
||||
openssl-dev \
|
||||
postgresql-dev \
|
||||
wget \
|
||||
&& pip install gunicorn==17.5 django-auth-ldap
|
||||
&& pip install gunicorn==17.5
|
||||
|
||||
WORKDIR /opt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user