From 7eff04dc4c26234f4c062222e7eb9ef87b722623 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Wed, 10 Jul 2019 01:16:23 -0400 Subject: [PATCH] Switch Dockerfile from python:2.7-alpine to python:3.7-alpine (#1055) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79f6294e..ceaa9dc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:2.7-alpine +FROM python:3.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