Skip to content

Commit

Permalink
fix: remove php bin symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyfrosch committed Oct 8, 2024
1 parent e55ebb4 commit 69ce8a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ RUN apk update \
"${PHP_NAME}"-pecl-xdebug \
yaml \
&& mv "${PHP_CONFIG_DIR}"/conf.d/50_xdebug.ini "${PHP_CONFIG_DIR}"/conf.d/50_xdebug.ini.orig \
&& ln -s "${PHP_NAME}" /usr/bin/php \
&& php -m \
&& rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 69ce8a8

Please sign in to comment.