Skip to content

Commit 9b07f4e

Browse files
authored
Revert "Switch Dockerfile from python:2.7-alpine to python:3.7-alpine (CTFd#1055)" (CTFd#1057)
This reverts commit 7eff04d.
1 parent 7eff04d commit 9b07f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7-alpine
1+
FROM python:2.7-alpine
22
RUN apk update && \
33
apk add python python-dev linux-headers libffi-dev gcc make musl-dev py-pip mysql-client git openssl-dev
44
RUN adduser -D -u 1001 -s /bin/bash ctfd

0 commit comments

Comments
 (0)