소스 검색

Update 'Dockerfile'

snppla 5 년 전
부모
커밋
16fff0f51d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 \