Skip to content

Commit

Permalink
dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
KoNekoD committed Apr 17, 2024
1 parent a5abb3a commit ab8b74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN set -eux && \
chmod +x /usr/local/bin/install-php-extensions && \
apk add git bash gettext openssh && \
touch /var/log/xdebug.log && chmod 0666 /var/log/xdebug.log && \
install-php-extensions @composer intl zip opcache pcntl sockets apcu xsl
install-php-extensions @composer intl zip opcache pcntl sockets xsl

ARG PHP_IDE_CONFIG="serverName=Docker"
ENV PHP_IDE_CONFIG=$PHP_IDE_CONFIG
Expand Down

0 comments on commit ab8b74a

Please sign in to comment.