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

Add ZipArchive

Added ZipArchive/ZIP in order to be able to install ICEcoder plugins.
parent 0459a967
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,12 @@ FROM php:alpine ...@@ -2,7 +2,12 @@ FROM php:alpine
LABEL maintainer="Griefed <griefed@griefed.de>" LABEL maintainer="Griefed <griefed@griefed.de>"
RUN apk add --no-cache git && \ RUN apk update && apk upgrade && \
apk add libzip-dev && \
docker-php-ext-install zip && \
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