mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-09-19 15:58:14 +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 \
|
/usr/share/selkies/www/icon.png \
|
||||||
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
|
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
|
||||||
echo "**** install packages ****" && \
|
echo "**** install packages ****" && \
|
||||||
apt-key adv \
|
add-apt-repository ppa:xtradeb/apps && \
|
||||||
--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 && \
|
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install --no-install-recommends -y \
|
||||||
|
@ -17,12 +17,7 @@ RUN \
|
|||||||
/usr/share/selkies/www/icon.png \
|
/usr/share/selkies/www/icon.png \
|
||||||
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
|
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
|
||||||
echo "**** install packages ****" && \
|
echo "**** install packages ****" && \
|
||||||
apt-key adv \
|
add-apt-repository ppa:xtradeb/apps && \
|
||||||
--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 && \
|
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive \
|
DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install --no-install-recommends -y \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user