Skip to content

Commit 60e5a68

Browse files
authored
Merge pull request #223 from turbo124/master
Fixes for lib jpg and freetype for php7.4
2 parents 35beefb + 67ad43d commit 60e5a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpine/Dockerfile_v5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN set -eux; \
5454
libpng-dev \
5555
libzip-dev \
5656
zip; \
57-
docker-php-ext-configure gd --with-freetype --with-jpeg \
57+
docker-php-ext-configure gd --with-freetype --with-jpeg; \
5858
docker-php-ext-install -j$(nproc) \
5959
bcmath \
6060
exif \

0 commit comments

Comments
 (0)