Skip to content

Commit

Permalink
Remove sudo from commands already being ran as root
Browse files Browse the repository at this point in the history
  • Loading branch information
navarr committed Dec 19, 2024
1 parent 46d3a07 commit 69c31a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-fpm/spx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN set -eux \
&& phpize \
&& ./configure \
&& make \
&& sudo make install
&& make install

FROM ${ENV_SOURCE_IMAGE}:${PHP_VERSION}
COPY --from=spx-builder /usr/lib64/php/modules/spx.so /usr/lib64/php/modules/spx.so
Expand Down

0 comments on commit 69c31a4

Please sign in to comment.