diff --git a/Dockerfile b/Dockerfile
index c7242137012c3ab70b72e49fee3de51d51b1b389..a4312ade42c48e73bbd0b358adad9e601bfc25c1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,12 @@ FROM php:alpine
 
 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         && \
     cd /opt/icecoder            && \
     git clone https://github.com/mattpass/ICEcoder.git ./