Skip to content

Commit c3b1321

Browse files
Update Dockerfile
1 parent aacc458 commit c3b1321

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ RUN service apache2 restart
1010

1111
RUN apt-get update && \
1212
apt-get install unzip -y && \
13+
RUN apt-get update && \
14+
apt-get install -y \
15+
libzip-dev \
16+
&& docker-php-ext-install zip && \
1317
apt-get clean all && \
1418
curl -o /icecoder.zip 'https://downloads.icecoder.net/ICEcoder-8.1.zip' && \
1519
unzip -q /icecoder.zip -d /tmp/ && \

0 commit comments

Comments
 (0)