mirror of https://github.com/JohnHammond/CTFd.git
Switch Dockerfile from python:2.7-alpine to python:3.7-alpine (#1055)
parent
93170e4a9d
commit
7eff04dc4c
|
@ -1,4 +1,4 @@
|
|||
FROM python:2.7-alpine
|
||||
FROM python:3.7-alpine
|
||||
RUN apk update && \
|
||||
apk add python python-dev linux-headers libffi-dev gcc make musl-dev py-pip mysql-client git openssl-dev
|
||||
RUN adduser -D -u 1001 -s /bin/bash ctfd
|
||||
|
|
Loading…
Reference in New Issue