mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-09-19 07:48:11 +02:00
use add-apt-repository for ppa
This commit is contained in:
parent
0291aa2c7c
commit
0c4cf3fff6
@ -17,12 +17,7 @@ RUN \
|
||||
/usr/share/selkies/www/icon.png \
|
||||
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
|
||||
echo "**** install packages ****" && \
|
||||
apt-key adv \
|
||||
--keyserver hkp://keyserver.ubuntu.com:80 \
|
||||
--recv-keys 5301FA4FD93244FBC6F6149982BB6851C64F6880 && \
|
||||
echo \
|
||||
"deb https://ppa.launchpadcontent.net/xtradeb/apps/ubuntu noble main" > \
|
||||
/etc/apt/sources.list.d/xtradeb.list && \
|
||||
add-apt-repository ppa:xtradeb/apps && \
|
||||
apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
@ -17,12 +17,7 @@ RUN \
|
||||
/usr/share/selkies/www/icon.png \
|
||||
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
|
||||
echo "**** install packages ****" && \
|
||||
apt-key adv \
|
||||
--keyserver hkp://keyserver.ubuntu.com:80 \
|
||||
--recv-keys 5301FA4FD93244FBC6F6149982BB6851C64F6880 && \
|
||||
echo \
|
||||
"deb https://ppa.launchpadcontent.net/xtradeb/apps/ubuntu noble main" > \
|
||||
/etc/apt/sources.list.d/xtradeb.list && \
|
||||
add-apt-repository ppa:xtradeb/apps && \
|
||||
apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install --no-install-recommends -y \
|
||||
|
Loading…
x
Reference in New Issue
Block a user