Skip to content

Commit

Permalink
finalize base packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed May 5, 2024
1 parent a61ae5e commit 902d4c7
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions php-8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,29 +104,17 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

RUN \
apk update \
&& apk add --no-cache --virtual .deps \
linux-headers \
icu-dev \
make \
automake \
autoconf \
gcc \
g++ \
curl-dev \
&& apk add --no-cache \
apk add --no-cache \
libstdc++ \
rsync \
brotli-dev \
yaml-dev \
imagemagick \
imagemagick-dev \
libjpeg-turbo-dev \
jpeg-dev \
libjxl-dev \
libjpeg-turbo \
libjxl \
libavif \
libheif \
imagemagick-heic \
libmaxminddb-dev \
certbot \
docker-cli \
libgomp \
Expand Down

0 comments on commit 902d4c7

Please sign in to comment.