ngbs 3 years ago
parent
commit
f45822fff4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php/Dockerfile

+ 1 - 1
php/Dockerfile

@@ -19,7 +19,7 @@ RUN apk add --no-cache \
         libwebp-dev \
         libpng-dev && \
     docker-php-ext-configure gd \
-        --with-freetype=/usr/include/
+        --with-freetype=/usr/include/ \
         --with-jpeg=/usr/include/ \
         --with-webp=/usr/include/ && \
     docker-php-ext-install -j$(nproc) gd && \