We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eff04d commit 9b07f4eCopy full SHA for 9b07f4e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.7-alpine
+FROM python:2.7-alpine
2
RUN apk update && \
3
apk add python python-dev linux-headers libffi-dev gcc make musl-dev py-pip mysql-client git openssl-dev
4
RUN adduser -D -u 1001 -s /bin/bash ctfd
0 commit comments