Bläddra i källkod

Update 'Dockerfile'

snppla 5 år sedan
förälder
incheckning
16fff0f51d
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -15,7 +15,8 @@ RUN \
 	imagemagick \
 	jq \
 	php7-gd \
-	php7-imagick && \
+	php7-imagick \
+	unzip && \
  echo "**** Tag this image with current version ****" && \
  if [ -z ${PHOTOSHOW_COMMIT+x} ]; then \
         PHOTOSHOW_COMMIT=$(curl -sX GET https://api.github.com/repos/thibaud-rohmer/PhotoShow/commits/master \