Skip to content

Commit c447a4d

Browse files
committed
use add-apt-repository for ppa ingestion
1 parent 2797c38 commit c447a4d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ RUN \
1919
/usr/share/selkies/www/icon.png \
2020
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bambustudio-logo.png && \
2121
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 && \
22+
add-apt-repository ppa:xtradeb/apps && \
2823
apt-get update && \
2924
DEBIAN_FRONTEND=noninteractive \
3025
apt-get install --no-install-recommends -y \

0 commit comments

Comments
 (0)