We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2797c38 commit c447a4dCopy full SHA for c447a4d
1 file changed
Dockerfile
@@ -19,12 +19,7 @@ RUN \
19
/usr/share/selkies/www/icon.png \
20
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bambustudio-logo.png && \
21
echo "**** install packages ****" && \
22
- apt-key adv \
23
- --keyserver hkp://keyserver.ubuntu.com:80 \
24
- --recv-keys 5301FA4FD93244FBC6F6149982BB6851C64F6880 && \
25
- echo \
26
- "deb https://ppa.launchpadcontent.net/xtradeb/apps/ubuntu noble main" > \
27
- /etc/apt/sources.list.d/xtradeb.list && \
+ add-apt-repository ppa:xtradeb/apps && \
28
apt-get update && \
29
DEBIAN_FRONTEND=noninteractive \
30
apt-get install --no-install-recommends -y \
0 commit comments