fix: add libegl1 libopengl0 for Calibre installer on Ubuntu 26.04
Docker Build and Push / build (pull_request) Failing after 1m11s

This commit is contained in:
2026-06-11 02:03:33 +00:00
parent b2d3aa919a
commit 9e348bd479
+1 -1
View File
@@ -6,7 +6,7 @@ LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
RUN export DEBIAN_FRONTEND="noninteractive" && \ RUN export DEBIAN_FRONTEND="noninteractive" && \
export BUILD_PACKAGES="wget xz-utils" && \ export BUILD_PACKAGES="wget xz-utils" && \
export RUNTIME_PACKAGES="python3 xvfb libfontconfig1 libxrender1 libxcomposite1" && \ export RUNTIME_PACKAGES="python3 xvfb libfontconfig1 libxrender1 libxcomposite1 libegl1 libopengl0" && \
apt-get -qq update && \ apt-get -qq update && \
apt-get -qq --yes install ${BUILD_PACKAGES} ${RUNTIME_PACKAGES} && \ apt-get -qq --yes install ${BUILD_PACKAGES} ${RUNTIME_PACKAGES} && \
ln -sf /usr/bin/python3 /usr/bin/python && \ ln -sf /usr/bin/python3 /usr/bin/python && \