Skip to content

Commit bec3f15

Browse files
authored
Fix missing libs
1 parent ccb9a39 commit bec3f15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ RUN apk add --update --no-cache \
99
git bash \
1010
npm yarn \
1111
#soap
12-
libxml2-dev \
12+
libxml2 libxml2-dev \
1313
#zip
14-
libzip-dev \
14+
libzip libzip-dev \
1515
#phar
16-
openssl-dev \
16+
openssl openssl-dev \
1717
#gd
18-
libpng-dev
18+
libpng libpng-dev
1919

2020
#bzip2-dev
2121

0 commit comments

Comments
 (0)