File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ RUN set -eux; \
30
30
libpng-dev \
31
31
libpq-dev \
32
32
libwebp-dev \
33
- libyaml-dev \
34
33
libzip-dev \
34
+ yaml-dev \
35
35
; \
36
36
\
37
37
docker-php-ext-configure gd \
@@ -106,6 +106,6 @@ RUN { \
106
106
107
107
WORKDIR /var/www/html
108
108
109
- ENV COMPOSER_ALLOW_SUPERUSER 1
109
+ ENV COMPOSER_ALLOW_SUPERUSER= 1
110
110
COPY --from=composer:2 /usr/bin/composer /usr/local/bin/
111
111
ENV PATH=${PATH}:/var/www/html/vendor/bin
Original file line number Diff line number Diff line change @@ -79,6 +79,6 @@ RUN { \
79
79
80
80
WORKDIR /var/www/html
81
81
82
- ENV COMPOSER_ALLOW_SUPERUSER 1
82
+ ENV COMPOSER_ALLOW_SUPERUSER= 1
83
83
COPY --from=composer:2 /usr/bin/composer /usr/local/bin/
84
84
ENV PATH=${PATH}:/var/www/html/vendor/bin
You can’t perform that action at this time.
0 commit comments