This commit is contained in:
parent
1ea65d4c84
commit
29620ea48b
@ -3,7 +3,7 @@ FROM ubuntu:23.04
|
|||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN DEBIAN_FRONTEND=noninteractive \
|
RUN DEBIAN_FRONTEND=noninteractive \
|
||||||
apt install nginx php8.1 php8.1-fpm php8.1-gd -y
|
apt install nginx php8.1 php8.1-fpm php8.1-gd php8.1-imagick -y
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
RUN apt clean
|
RUN apt clean
|
||||||
|
Loading…
Reference in New Issue
Block a user