mirror of
https://github.com/skjnldsv/docker-plex.git
synced 2025-08-06 05:08:31 +02:00
Safer key import
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
@@ -74,7 +74,7 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y software-properties-common
|
&& apt-get install -y software-properties-common
|
||||||
|
|
||||||
RUN add-apt-repository ppa:oibaf/graphics-drivers -y
|
RUN add-apt-repository ppa:oibaf/graphics-drivers -y
|
||||||
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9386B48A1A693C5C \
|
RUN curl -sL --retry 3 https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - \
|
||||||
&& add-apt-repository "deb https://repo.radeon.com/rocm/apt/latest $(lsb_release -s -c) main" -y
|
&& add-apt-repository "deb https://repo.radeon.com/rocm/apt/latest $(lsb_release -s -c) main" -y
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
Reference in New Issue
Block a user