From d7f2dc9267abe3beaf201ecb137e9714920246a2 Mon Sep 17 00:00:00 2001 From: Arlind Date: Mon, 16 Jun 2025 16:23:29 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 15a860d..e7b750d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ FROM ubuntu:25.10 -ENV DEBIAN_FRONTEND=noninteractive -ENV MAGICK_WARNINGS=0 - RUN echo "deb http://ubuntu.ethz.ch/ubuntu/ noble main restricted universe multiverse" > /etc/apt/sources.list && \ echo "deb http://ubuntu.ethz.ch/ubuntu/ noble-updates main restricted universe multiverse" >> /etc/apt/sources.list && \ echo "deb http://ubuntu.ethz.ch/ubuntu/ noble-security main restricted universe multiverse" >> /etc/apt/sources.list && \ @@ -33,6 +30,7 @@ RUN apt update && apt install -y \ fonts-dejavu-core \ libxml2 \ libxml2-dev \ + webp \ && fc-cache -f -v \ && apt clean \ && rm -rf /var/lib/apt/lists/*