File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -239,8 +239,6 @@ RUN curl -o /tmp/composer-setup.php https://getcomposer.org/installer \
239239 && rm -rf /tmp/composer-setup.php
240240
241241
242- RUN chmod uga+x /usr/local/bin/install-php-extensions
243-
244242ENV COMPOSER_HOME=/tmp/.composer
245243
246244RUN usermod -u 1000 www-data && groupmod -g 1000 www-data
Original file line number Diff line number Diff line change @@ -186,9 +186,9 @@ COPY --from=php-source /usr/local/bin/docker-php-entrypoint /usr/local/bin/
186186# temporary "freetype-config" workaround for https://github.com/docker-library/php/issues/865 (https://bugs.php.net/bug.php?id=76324)
187187RUN { echo '#!/bin/sh' ; echo 'exec pkg-config "$@" freetype2' ; } > /usr/local/bin/freetype-config && chmod +x /usr/local/bin/freetype-config
188188
189- ENTRYPOINT ["docker-php-entrypoint" ]
189+ # ENTRYPOINT ["docker-php-entrypoint"]
190190# #<autogenerated>##
191- WORKDIR /var/www/html
191+ # WORKDIR /var/www/html
192192
193193RUN set -eux; \
194194 cd /usr/local/etc; \
Original file line number Diff line number Diff line change @@ -197,9 +197,9 @@ RUN docker-php-ext-enable sodium
197197# temporary "freetype-config" workaround for https://github.com/docker-library/php/issues/865 (https://bugs.php.net/bug.php?id=76324)
198198RUN { echo '#!/bin/sh' ; echo 'exec pkg-config "$@" freetype2' ; } > /usr/local/bin/freetype-config && chmod +x /usr/local/bin/freetype-config
199199
200- ENTRYPOINT ["docker-php-entrypoint" ]
200+ # ENTRYPOINT ["docker-php-entrypoint"]
201201# #<autogenerated>##
202- WORKDIR /var/www/html
202+ # WORKDIR /var/www/html
203203
204204RUN set -eux; \
205205 cd /usr/local/etc; \
You can’t perform that action at this time.
0 commit comments