This commit is contained in:
franknstayn
2023-08-28 03:49:43 +08:00
parent dab7dc1536
commit eb1547626f

View File

@@ -3,6 +3,7 @@ FROM php:5.6-fpm-alpine
# Install system dependencies and PHP extensions
RUN apk --update --no-cache add \
php5.6-fpm \
nginx \
libpng-dev \
libjpeg-turbo-dev \