focal
This commit is contained in:
parent
66291a1355
commit
7a4c4e1c14
1 changed files with 11 additions and 15 deletions
26
Dockerfile
26
Dockerfile
|
|
@ -1,17 +1,13 @@
|
|||
FROM ubuntu:24.04
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install -y wget software-properties-common gnupg2 winbind xvfb
|
||||
|
||||
RUN dpkg --add-architecture i386
|
||||
RUN wget -nc https://dl.winehq.org/wine-builds/winehq.key
|
||||
RUN apt-key add winehq.key
|
||||
RUN add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y winehq-stable
|
||||
|
||||
RUN apt-get install -y winetricks
|
||||
|
||||
RUN apt-get clean -y
|
||||
RUN apt-get autoremove -y
|
||||
RUN apt-get update \
|
||||
apt-get install -y wget software-properties-common gnupg2 winbind xvfb \
|
||||
dpkg --add-architecture i386 \
|
||||
wget -nc https://dl.winehq.org/wine-builds/winehq.key \
|
||||
apt-key add winehq.key \
|
||||
add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ noble main' \
|
||||
apt-get update \
|
||||
apt-get install -y winehq-stable \
|
||||
apt-get install -y winetricks \
|
||||
apt-get clean -y \
|
||||
apt-get autoremove -y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue