Skip to content

Commit

Permalink
Update Dockerfile.base
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jan 22, 2024
1 parent 55c23ce commit 29e2a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY --from=composer/composer:2-bin /composer /usr/bin/composer

RUN apt-get update \
&& apt-get install --no-install-recommends -y git unzip gettext-base \
&& IPE_GD_WITHOUTAVIF=1 install-php-extensions bcmath gd intl mysqli pdo_mysql sockets bz2 soap zip gmp pcntl redis imagick xsl calendar amqp \
&& IPE_GD_WITHOUTAVIF=1 install-php-extensions bcmath gd intl mysqli pdo_mysql sockets bz2 soap zip gmp pcntl redis xsl calendar amqp \
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 29e2a29

Please sign in to comment.