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

This reverts commit 7eff04dc4c.
selenium-screenshot-testing
Kevin Chung 2019-07-10 22:58:38 -04:00 committed by GitHub
parent 7eff04dc4c
commit 9b07f4ecf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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