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 sh -c "apt install -y libc6:i386 libx11-6:i386 libdbus-1-dev:i386 libfreetype6:i386"
11
+
RUN sh -c "apt install -y nano xvfb python3-pip wget libfreetype6"
12
+
RUN sh -c "export WINEDEBUG=-all"
13
+
RUN sh -c "pip3 install protonup"
14
+
RUN sh -c "rm -rf /tmp/.X0-lock"
15
+
RUN sh -c "cd /root"
16
+
RUN sh -c "wget -nc https://download.visualstudio.microsoft.com/download/pr/7bb7f85b-9bf0-4c6f-b3e4-a3832720f162/73e280cfd7f686c34748e0bf98d879c7/dotnet-runtime-6.0.19-win-x64.exe"
17
+
RUN sh -c "sleep 2"
18
+
RUN sh -c "protonup -t GE-Proton8-4 -y"
19
+
RUN sh -c "echo 555337b3129e4544846342bd94c9a8ac > /etc/machine-id"
20
+
RUN sh -c "(Xvfb :0 -screen 0 1024x768x16 &) && export DISPLAY=:0.0 && /root/.steam/root/compatibilitytools.d/GE-Proton8-4/files/bin/wine64 dotnet-runtime-6.0.19-win-x64.exe /q"
21
+
#RUN sh -c "/root/.steam/root/compatibilitytools.d/GE-Proton8-4/files/bin/wine64 /json-scada/bin-wine/Dnp3Client.exe"
0 commit comments