Skip to content

Commit 18379e8

Browse files
update dockerfile
1 parent 557066d commit 18379e8

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

php/7.0.33/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
244242
ENV COMPOSER_HOME=/tmp/.composer
245243

246244
RUN usermod -u 1000 www-data && groupmod -g 1000 www-data

php/7.1.33/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
187187
RUN { 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

193193
RUN set -eux; \
194194
cd /usr/local/etc; \

php/7.2.34/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
198198
RUN { 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

204204
RUN set -eux; \
205205
cd /usr/local/etc; \

0 commit comments

Comments
 (0)