Explorar el Código

Update 'Dockerfile'

snppla hace 5 años
padre
commit
16fff0f51d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 \