From b8746e22bfbc0532f45d4d822c272f5b723242ce Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Sun, 3 Jan 2016 05:33:26 -0500 Subject: [PATCH] Revert "Updating Dockerfile" This reverts commit 1fb86797070e3fac36e2dc68dea66cf87d85460e. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6dc3998..6cf478c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.3 +FROM alpine:3.2 RUN apk update && apk upgrade -RUN apk add --no-cache git gcc musl-dev libffi-dev python python-dev py-pip +RUN apk add git gcc musl-dev libffi-dev python python-dev py-pip RUN mkdir /opt RUN git clone https://github.com/isislab/CTFd.git /opt/CTFd && cd /opt/CTFd