This commit is contained in:
parent
a01c34df88
commit
a6c680c12b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ RUN apt-get update \
|
||||||
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 \
|
||||||
apt-get install -y winehq-stable \
|
apt-get install -y --install-recommends winehq-stable \
|
||||||
apt-get install -y winetricks \
|
apt-get install -y winetricks \
|
||||||
apt-get clean -y \
|
apt-get clean -y \
|
||||||
apt-get autoremove -y
|
apt-get autoremove -y
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue