Dockerfile aktualisiert

This commit is contained in:
2024-08-21 14:04:39 +02:00
parent 532b55e209
commit 01f62c8c1c

View File

@@ -7,7 +7,7 @@ RUN export TZ=Europe/Rome && \
apt-get update && \
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
echo $TZ > /etc/timezone && \
apt-get -y install --no-install-recommends python3-pyqt5 python3-pyqt5.qtsvg && \
apt-get -y install --no-install-recommends python3-pyqt5 python3-pyqt5.qtsvg python3-zxing-cpp jq && \
rm -rf /var/lib/apt/lists/* && \
sed -i '/ document.title =/c\ document.title = "Electron Cash - noVNC";' /usr/share/novnc/app/ui.js && \
rm /usr/share/novnc/app/images/icons/*