Skip to content

Commit 7163b5a

Browse files
authored
Merge pull request #87 from burningmantech/yf-base
Leave icu-dev and libzip-dev in place for composer.
2 parents 8158537 + 18b847e commit 7163b5a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,12 @@ RUN apk update \
5353
&& docker-php-ext-configure ffi --with-ffi \
5454
&& docker-php-ext-install -j$(nproc) ffi \
5555
&& apk del \
56-
icu-dev \
5756
libffi-dev \
5857
libheif-dev \
5958
libjpeg-turbo-dev \
6059
libpng-dev \
6160
libwebp-dev \
6261
libxml2-dev \
63-
libzip-dev \
6462
pcre-dev \
6563
${PHPIZE_DEPS} \
6664
;

0 commit comments

Comments
 (0)