Remove X11 dependent packages and do not run xrdp (through entrypoint)
Some checks failed
continuous-integration/drone/push Build was killed
Some checks failed
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -16,8 +16,6 @@ RUN apt-get update \
|
||||
unzip \
|
||||
wget \
|
||||
winbind \
|
||||
xvfb \
|
||||
zenity \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install wine
|
||||
@@ -49,7 +47,7 @@ COPY tools/* /root/.wine/drive_c/windows/system32/
|
||||
|
||||
RUN set -x -e; \
|
||||
# Install dotnet
|
||||
entrypoint wineboot --init; \
|
||||
wineboot --init; \
|
||||
# get latest version and its hash from https://dotnet.microsoft.com/en-us/download/dotnet
|
||||
wget https://download.visualstudio.microsoft.com/download/pr/7ce6d94a-13c1-4102-bb1b-b0f7ea5afb6e/0764c80c81c16ab927c0a7321f7c07cf/dotnet-sdk-8.0.303-win-x86.exe --no-check-certificate -O /tmp/dotnet.exe; \
|
||||
echo af52649a05bb3c8ba494291234d67f3385446a8a08eaefcbe9fbc4e766ae97a6a13253060a798ce076511fa59086b1d9fa638b51a5e748bcfc79d36ddc7991ca /tmp/dotnet.exe > /tmp/chk; \
|
||||
|
||||
Reference in New Issue
Block a user