Skip to content

Commit

Permalink
fix: APT
Browse files Browse the repository at this point in the history
  • Loading branch information
ictorn committed Aug 25, 2023
1 parent 675ce72 commit b65973e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ FROM php:8.2.9
COPY --from=mlocati/php-extension-installer:2.1.45 /usr/bin/install-php-extensions /usr/local/bin/install-php-extensions

RUN set -xe \
&& apk add --no-cache unzip \
# && apk add --no-cache unzip \
&& apt-get install -y unzip \
&& apt-get clean \
# && apt-get install -y unzip locales \
&& install-php-extensions opcache sockets pcntl pdo_pgsql pdo_sqlsrv gd decimal bcmath intl zip soap swoole \
&& rm /usr/local/bin/install-php-extensions \
&& mkdir /app
Expand Down

0 comments on commit b65973e

Please sign in to comment.