diff --git a/Dockerfile b/Dockerfile index a263f60..b4beec2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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