Skip to content

Commit

Permalink
Extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Oct 25, 2024
1 parent 965f076 commit 82d0488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN --mount=type=cache,target=/tmp/cache \
<<SH
set -eo pipefail
set -x

composer install --no-dev --no-progress --no-interaction --classmap-authoritative && \
rm composer.lock composer.json
SH
Expand All @@ -53,6 +54,8 @@ FROM base AS dev
RUN <<SH
set -eo pipefail
set -x

# Install extra packages for dev only.
apk add --no-cache \
php-frankenphp-8.3-xdebug
SH
Expand Down

0 comments on commit 82d0488

Please sign in to comment.