Dockerfile aktualisiert
This commit is contained in:
@@ -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/*
|
||||
|
Reference in New Issue
Block a user