From 319f7b65d02208fb0acc2b12ff2c1f224adda39a Mon Sep 17 00:00:00 2001 From: badPointer Date: Wed, 12 Jul 2023 17:16:46 +0000 Subject: [PATCH] feat: change image to fpm --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ec84f5f..980f2a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ # Builder stage: downloads necessary files and serves them on a silver platter. # -FROM php:8.1 AS builder +FROM php:8.1-fpm AS builder WORKDIR /tmp # Install some stuff the default image doesn't come with @@ -44,7 +44,7 @@ RUN git clone https://git.n64.cc/nosial/ncc.git; # Main stage: Copies downloaded files and installs all # -FROM php:8.1-alpine +FROM php:8.1-fpm-alpine # Add extensions ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/