Skip to content

Commit

Permalink
Optimize docker image size
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsykun committed Dec 2, 2023
1 parent e90f439 commit 8a547bb
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 @@ -24,7 +24,7 @@ RUN set -eux; \
pecl install -o -f redis; \
docker-php-ext-enable redis; \
docker-php-ext-install sockets ldap xsl zip pdo pdo_pgsql pdo_mysql sysvsem opcache \
bz2 mbstring pcntl; \
bz2 pcntl; \
runDeps="$( \
scanelf --needed --nobanner --format '%n#p' --recursive /usr/local \
| tr ',' '\n' \
Expand Down

0 comments on commit 8a547bb

Please sign in to comment.