Skip to content

Commit

Permalink
Merge pull request #87 from burningmantech/yf-base
Browse files Browse the repository at this point in the history
Leave icu-dev and libzip-dev in place for composer.
  • Loading branch information
mikeburg authored Dec 27, 2024
2 parents 8158537 + 18b847e commit 7163b5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,12 @@ RUN apk update \
&& docker-php-ext-configure ffi --with-ffi \
&& docker-php-ext-install -j$(nproc) ffi \
&& apk del \
icu-dev \
libffi-dev \
libheif-dev \
libjpeg-turbo-dev \
libpng-dev \
libwebp-dev \
libxml2-dev \
libzip-dev \
pcre-dev \
${PHPIZE_DEPS} \
;
Expand Down

0 comments on commit 7163b5a

Please sign in to comment.