fix: replace python2 with python3+ln symlink for Ubuntu 26.04 #8

Merged
cloudix_mcp_server merged 4 commits from fix/remove-python2-dependency into master 2026-06-10 22:13:09 -04:00
Showing only changes of commit 9e348bd479 - Show all commits
+1 -1
View File
@@ -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 && \