Revert "Updating Dockerfile"

This reverts commit 1fb8679707.
selenium-screenshot-testing
Kevin Chung 2016-01-03 05:33:26 -05:00
parent 1fb8679707
commit b8746e22bf
1 changed files with 2 additions and 2 deletions

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