You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN apt-get install -y wine wine64 wine32 libwine libwine:i386 winbind
19
+
RUN apt-get install -y --install-recommends winbind winehq-stable
20
+
21
+
ENV WINEDEBUG -all
22
+
ENV WINEARCH win64
23
+
ENV WINEPREFIX /opt/wine64
24
+
ENV XDG_RUNTIME_DIR /tmp
25
+
26
+
RUN wineboot --init
27
+
18
28
RUN mkdir -p /opt/steamcmd && cd /opt/steamcmd && wget https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz && tar -xvzf steamcmd_linux.tar.gz
0 commit comments