Skip to content

Commit 0915bb1

Browse files
committed
feat: bz2, fileinfo extension 추가
1 parent fff195f commit 0915bb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN apt-get update && apt-get install -y \
1616
wget \
1717
openssl \
1818
unzip \
19+
libbz2-dev \
1920
libfreetype6-dev \
2021
libjpeg62-turbo-dev \
2122
libwebp-dev \
@@ -26,8 +27,10 @@ RUN apt-get update && apt-get install -y \
2627
libonig-dev \
2728
&& phpModules=" \
2829
bcmath \
30+
bz2 \
2931
ctype \
3032
exif \
33+
fileinfo \
3134
gd \
3235
iconv \
3336
mbstring \

0 commit comments

Comments
 (0)