Fix syntax
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-20 20:55:39 +01:00
parent fff2245e66
commit 0e7060e5f6

View File

@@ -74,7 +74,7 @@ RUN set -x -e; \
# DISPLAY= prevents access to the display and allows the init to complete
#entrypoint wineboot --init; \
entrypoint whoami; \
DISPLAY= wineboot --init
DISPLAY= wineboot --init; \
# Install dotnet
# get latest version and its hash from https://dotnet.microsoft.com/en-us/download/dotnet
wget -nv https://builds.dotnet.microsoft.com/dotnet/Sdk/9.0.200/dotnet-sdk-9.0.200-win-x86.exe --no-check-certificate -O /tmp/dotnet.exe; \