ksieren 2 anni fa
parent
commit
fc8f5eb18d
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -65,7 +65,8 @@ RUN apk --no-cache add \
 # Make sure files/folders needed by the processes are accessable when they run under the nobody user
     && chown -R nobody.nobody /run \
     && chown -R nobody.nobody /var/lib/nginx \
-    && chown -R nobody.nobody /var/log/nginx
+    && chown -R nobody.nobody /var/log/nginx \
+    && apk add --no-cache git
 
 RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer