移除winetricks

This commit is contained in:
李寻欢 2024-02-28 19:38:51 +08:00
parent 841e716ca2
commit f84b4d1696

View File

@ -28,7 +28,7 @@ RUN dpkg --add-architecture i386 && \
apt-key add winehq.key && \ apt-key add winehq.key && \
apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main' && \ apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ jammy main' && \
apt-get update -y && \ apt-get update -y && \
apt-get install -y --install-recommends winehq-stable winetricks && \ apt-get install -y --install-recommends winehq-stable && \
wine --version wine --version
# 配置运行环境等信息 # 配置运行环境等信息