Skip to content

Commit

Permalink
Make docker builds faster
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsykun committed Jan 9, 2024
1 parent 64191db commit 65780a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN set -eux; \
oniguruma-dev \
; \
\
export MAKEFLAGS="-j$(($(nproc) < 4 ? $(nproc) : 4))"; \
export CFLAGS="$PHP_CFLAGS" \
CPPFLAGS="$PHP_CPPFLAGS" \
LDFLAGS="$PHP_LDFLAGS"; \
Expand Down

0 comments on commit 65780a3

Please sign in to comment.