Revert "Updating Dockerfile"

This reverts commit 1fb8679707.
This commit is contained in:
Kevin Chung
2016-01-03 05:33:26 -05:00
parent 1fb8679707
commit b8746e22bf

View File

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