File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ USER root
10
10
COPY craft-cms-xdebug.ini /usr/local/etc/php/conf.d/
11
11
12
12
RUN set -ex \
13
+ && apk upgrade --no-cache \
13
14
&& apk --no-cache add --virtual .build-deps $PHPIZE_DEPS \
14
15
&& apk --no-cache add \
15
16
git \
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ USER root
10
10
COPY craft-cms-xdebug.ini /usr/local/etc/php/conf.d/
11
11
12
12
RUN set -ex \
13
+ && apk upgrade --no-cache \
13
14
&& apk --no-cache add --virtual .build-deps $PHPIZE_DEPS \
14
15
&& apk --no-cache add \
15
16
git \
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ USER root
10
10
COPY craft-cms-xdebug.ini /usr/local/etc/php/conf.d/
11
11
12
12
RUN set -ex \
13
+ && apk upgrade --no-cache \
13
14
&& apk --no-cache add --virtual .build-deps $PHPIZE_DEPS \
14
15
&& apk --no-cache add \
15
16
git \
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ USER root
10
10
COPY craft-cms-xdebug.ini /usr/local/etc/php/conf.d/
11
11
12
12
RUN set -ex \
13
+ && apk upgrade --no-cache \
13
14
&& apk --no-cache add --virtual .build-deps $PHPIZE_DEPS \
14
15
&& apk --no-cache add \
15
16
git \
You can’t perform that action at this time.
0 commit comments