Skip to content
Snippets Groups Projects
Unverified Commit a27801cd authored by Griefed's avatar Griefed Committed by GitHub
Browse files

Update Dockerfile

parent 6529dd82
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,6 @@ RUN apk update && apk upgrade && \ ...@@ -6,8 +6,6 @@ RUN apk update && apk upgrade && \
apk add libzip-dev && \ apk add libzip-dev && \
docker-php-ext-install zip && \ docker-php-ext-install zip && \
apk add --no-cache git && \ apk add --no-cache git && \
apk add php-zip && \
apk add php7-zip && \
mkdir /opt/icecoder && \ mkdir /opt/icecoder && \
cd /opt/icecoder && \ cd /opt/icecoder && \
git clone https://github.com/mattpass/ICEcoder.git ./ git clone https://github.com/mattpass/ICEcoder.git ./
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment