|
@@ -33,7 +33,7 @@ RUN apt-get update && \
|
|
|
zlib1g-dev && \
|
|
zlib1g-dev && \
|
|
|
rm -rf /var/lib/apt/lists/* /usr/src/* \
|
|
rm -rf /var/lib/apt/lists/* /usr/src/* \
|
|
|
|
|
|
|
|
-RUN curl -s https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
|
|
|
|
|
|
|
+COPY --from=composer /usr/bin/composer /usr/bin/composer
|
|
|
|
|
|
|
|
# Switch to use a non-root user from here on
|
|
# Switch to use a non-root user from here on
|
|
|
#USER nobody
|
|
#USER nobody
|