This commit is contained in:
franknstayn
2023-08-28 03:16:36 +08:00
parent 1c9ddf5cb5
commit 3a20d34db5

View File

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