Update Dockerfile

This commit is contained in:
Arlind
2025-06-16 16:23:29 +02:00
parent 65a5149eb3
commit d7f2dc9267

View File

@@ -1,8 +1,5 @@
FROM ubuntu:25.10 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 && \ 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-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 && \ 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 \ fonts-dejavu-core \
libxml2 \ libxml2 \
libxml2-dev \ libxml2-dev \
webp \
&& fc-cache -f -v \ && fc-cache -f -v \
&& apt clean \ && apt clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*