Update Dockerfile
This commit is contained in:
@@ -9,8 +9,8 @@ RUN export TZ=Europe/Rome && \
|
||||
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
|
||||
echo $TZ > /etc/timezone && \
|
||||
apt-get update && \
|
||||
apt-get -y install --no-install-recommends gir1.2-gtk-3.0 python3-cairo python3-gi-cairo python3-podcastparser python3-mygpoclient python3-dbus python3-requests python3-html5lib python3-urllib3 python3-mutagen python3-eyed3 libgtk-3-0 git python3-pip --break-system-packages && \
|
||||
pip3 install youtube_dl && \
|
||||
apt-get -y install --no-install-recommends gir1.2-gtk-3.0 python3-cairo python3-gi-cairo python3-podcastparser python3-mygpoclient python3-dbus python3-requests python3-html5lib python3-urllib3 python3-mutagen python3-eyed3 libgtk-3-0 git python3-pip && \
|
||||
pip3 install youtube_dl --break-system-packages && \
|
||||
sed -i '/ document.title =/c\ document.title = "gpodder - noVNC";' /usr/share/novnc/app/ui.js && \
|
||||
rm /usr/share/novnc/app/images/icons/*
|
||||
|
||||
|
Reference in New Issue
Block a user