This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
php-fpm-s6/Dockerfile_php8_mysql

11 lines
271 B
Plaintext

ARG ALPINE_VERSION=3.16
FROM aprimediet/php:fpm-8-alpine
LABEL maintainer="<Muhamad Aditya Prima> aprimediet@gmail.com"
# INSTALL php5
# RUN apk update && apk upgrade && \
RUN apk add --update --no-cache \
php8-pdo php8-pdo_mysql php8-mysqli php8-mysqlnd
EXPOSE 80