This commit is contained in:
franknstayn
2023-08-28 03:18:13 +08:00
parent 3a20d34db5
commit f98ed60226

View File

@@ -1,5 +1,5 @@
# Use the official PHP image based on Alpine Linux
FROM php:5.6-fpm
FROM php:5.6-fpm-alpine
# Install system dependencies and PHP extensions
RUN apk --update --no-cache add \