Browse Source

Update 'Dockerfile'

snppla 5 năm trước cách đây
mục cha
commit
16fff0f51d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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 \