fix: add libegl1 libopengl0 for Calibre installer on Ubuntu 26.04
Docker Build and Push / build (pull_request) Failing after 1m11s
Docker Build and Push / build (pull_request) Failing after 1m11s
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
|
||||
|
||||
RUN export DEBIAN_FRONTEND="noninteractive" && \
|
||||
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 --yes install ${BUILD_PACKAGES} ${RUNTIME_PACKAGES} && \
|
||||
ln -sf /usr/bin/python3 /usr/bin/python && \
|
||||
|
||||
Reference in New Issue
Block a user