Skip to content

Commit

Permalink
Revert "Switch Dockerfile from python:2.7-alpine to python:3.7-alpine (
Browse files Browse the repository at this point in the history
…CTFd#1055)" (CTFd#1057)

This reverts commit 7eff04d.
  • Loading branch information
ColdHeat authored Jul 11, 2019
1 parent 7eff04d commit 9b07f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:2.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
Expand Down

0 comments on commit 9b07f4e

Please sign in to comment.