Skip to content

Commit

Permalink
Merge branch 'master' into pdo_sqlsrv
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink committed Nov 27, 2024
2 parents 2420adc + 2ee728a commit 8b6d910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ ONBUILD RUN composer dump-autoload

# run npm hooks
ENV CPPFLAGS="-DPNG_ARM_NEON_OPT=0"
ONBUILD RUN [ -f yarn.lock ] && yarn install --force --no-progress || yarn install --mode=update-lockfile || npm rebuild --no-progress
ONBUILD RUN [ -f yarn.lock ] && yarn install --force --no-progress || yarn rebuild || npm rebuild --no-progress

0 comments on commit 8b6d910

Please sign in to comment.