mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
Updating Dockerfile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.2
|
||||
FROM alpine:3.3
|
||||
RUN apk update && apk upgrade
|
||||
RUN apk add git gcc musl-dev libffi-dev python python-dev py-pip
|
||||
RUN apk add --no-cache 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
|
||||
|
||||
Reference in New Issue
Block a user