We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aacc458 commit c3b1321Copy full SHA for c3b1321
Dockerfile
@@ -10,6 +10,10 @@ RUN service apache2 restart
10
11
RUN apt-get update && \
12
apt-get install unzip -y && \
13
+RUN apt-get update && \
14
+apt-get install -y \
15
+ libzip-dev \
16
+ && docker-php-ext-install zip && \
17
apt-get clean all && \
18
curl -o /icecoder.zip 'https://downloads.icecoder.net/ICEcoder-8.1.zip' && \
19
unzip -q /icecoder.zip -d /tmp/ && \
0 commit comments