keyrings
This commit is contained in:
parent
7a4c4e1c14
commit
e66e1c7572
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@ FROM ubuntu:24.04
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
apt-get install -y wget software-properties-common gnupg2 winbind xvfb \
|
apt-get install -y wget software-properties-common gnupg2 winbind xvfb \
|
||||||
dpkg --add-architecture i386 \
|
dpkg --add-architecture i386 \
|
||||||
wget -nc https://dl.winehq.org/wine-builds/winehq.key \
|
mkdir -pm755 /etc/apt/keyrings \
|
||||||
|
wget -O - https://dl.winehq.org/wine-builds/winehq.key | gpg --dearmor -o /etc/apt/keyrings/winehq-archive.key - \
|
||||||
apt-key add winehq.key \
|
apt-key add winehq.key \
|
||||||
add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ noble main' \
|
add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ noble main' \
|
||||||
apt-get update \
|
apt-get update \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue