pin php version
This commit is contained in:
parent
ecfad6194c
commit
8b3d364bf9
@ -3,7 +3,7 @@ FROM ubuntu:22.04
|
||||
# Install dependencies
|
||||
RUN apt update
|
||||
RUN DEBIAN_FRONTEND=noninteractive \
|
||||
apt install nginx php php-fpm php-gd -y
|
||||
apt install nginx php8.1 php8.1-fpm php8.1-gd -y
|
||||
|
||||
# Set up nginx
|
||||
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
|
||||
|
Loading…
Reference in New Issue
Block a user