Revert "Switch Dockerfile from python:2.7-alpine to python:3.7-alpine (#1055)" (#1057)

This reverts commit 7eff04dc4c.
This commit is contained in:
Kevin Chung
2019-07-10 22:58:38 -04:00
committed by GitHub
parent 7eff04dc4c
commit 9b07f4ecf9

View File

@@ -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