diff --git a/Dockerfile b/Dockerfile index 658ccb7..9b1165e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:22.04 # Install dependencies RUN apt update RUN DEBIAN_FRONTEND=noninteractive \ -apt install nginx php-fpm php-gd -y +apt install nginx php php-fpm php-gd -y # Set up nginx COPY ./docker/nginx.conf /etc/nginx/nginx.conf