recommends
Some checks failed
Deployment / Install (push) Failing after 44s

This commit is contained in:
Benjamin Palko 2025-03-21 23:31:59 -04:00
parent a01c34df88
commit a6c680c12b

View file

@ -8,7 +8,7 @@ RUN apt-get update \
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 --install-recommends winehq-stable \
apt-get install -y winetricks \
apt-get clean -y \
apt-get autoremove -y