ksieren преди 2 години
родител
ревизия
fc8f5eb18d
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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