Skip to content

Commit

Permalink
feat: remove unused extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ksassnowski committed May 17, 2024
1 parent c8891bd commit 4765787
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions 8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apk add --no-cache \
freetype-dev \
g++ \
gcc \
gcompat \
git \
icu-dev \
icu-libs \
Expand All @@ -24,7 +25,6 @@ RUN apk add --no-cache \
yarn \
openssh-client \
openldap-dev \
postgresql-libs \
rsync \
zlib-dev

Expand All @@ -33,15 +33,13 @@ RUN chmod +x /usr/local/bin/install-php-extensions && \
install-php-extensions \
@composer \
redis-stable \
imagick-stable \
xdebug-stable \
xdebug-beta \
bcmath \
calendar \
exif \
gd \
intl \
pdo_mysql \
pdo_pgsql \
pcntl \
soap \
ldap \
Expand Down

0 comments on commit 4765787

Please sign in to comment.