add imagick
All checks were successful
/ docker (push) Successful in 2m0s

This commit is contained in:
Lee 2023-07-06 02:28:20 +01:00
parent 1ea65d4c84
commit 29620ea48b

@ -3,7 +3,7 @@ FROM ubuntu:23.04
# Install dependencies
RUN apt update
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
RUN apt clean