Skip to content

Commit 60b149b

Browse files
committed
use add-apt-repository for ppa
1 parent 8764395 commit 60b149b

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ RUN \
1515
/usr/share/selkies/www/icon.png \
1616
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
1717
echo "**** install packages ****" && \
18-
apt-key adv \
19-
--keyserver hkp://keyserver.ubuntu.com:80 \
20-
--recv-keys 5301FA4FD93244FBC6F6149982BB6851C64F6880 && \
21-
echo \
22-
"deb https://ppa.launchpadcontent.net/xtradeb/apps/ubuntu noble main" > \
23-
/etc/apt/sources.list.d/xtradeb.list && \
18+
add-apt-repository ppa:xtradeb/apps && \
2419
apt-get update && \
2520
DEBIAN_FRONTEND=noninteractive \
2621
apt-get install --no-install-recommends -y \

Dockerfile.aarch64

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ RUN \
1515
/usr/share/selkies/www/icon.png \
1616
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
1717
echo "**** install packages ****" && \
18-
apt-key adv \
19-
--keyserver hkp://keyserver.ubuntu.com:80 \
20-
--recv-keys 5301FA4FD93244FBC6F6149982BB6851C64F6880 && \
21-
echo \
22-
"deb https://ppa.launchpadcontent.net/xtradeb/apps/ubuntu noble main" > \
23-
/etc/apt/sources.list.d/xtradeb.list && \
18+
add-apt-repository ppa:xtradeb/apps && \
2419
apt-get update && \
2520
DEBIAN_FRONTEND=noninteractive \
2621
apt-get install --no-install-recommends -y \

0 commit comments

Comments
 (0)