„Dockerfile“ ändern
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 libxkbcommon-x11-0 curl libcups2 libgtk-3-0 libpulse0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-xinerama0 ttf-wqy-zenhei fonts-wqy-microhei fonts-takao fonts-arphic-uming fonts-noto-cjk && \
|
||||
apt-get -y install --no-install-recommends libxkbcommon-x11-0 curl libcups2 libgtk-3-0 libpulse0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-xinerama0 libxcb-xinput0 ttf-wqy-zenhei fonts-wqy-microhei fonts-takao fonts-arphic-uming fonts-noto-cjk && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
sed -i '/ document.title =/c\ document.title = "Enpass - noVNC";' /usr/share/novnc/app/ui.js && \
|
||||
rm /usr/share/novnc/app/images/icons/*
|
||||
|
Reference in New Issue
Block a user