fix: replace python2 with python3+ln symlink for Ubuntu 26.04 #8
+1
-1
@@ -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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user