This commit is contained in:
@@ -39,8 +39,7 @@ RUN wget -nv -O- https://dl.winehq.org/wine-builds/winehq.key | APT_KEY_DONT_WAR
|
||||
&& apt-get update \
|
||||
&& DEBIAN_FRONTEND="noninteractive" apt-get install -y --install-recommends wine-${WINE_BRANCH} \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& sed -i -E "s:PATH=\"?([^\"]*)\"?:PATH=/opt/wine-stable/bin\:\1:g" /etc/environment \
|
||||
&& export PATH=/opt/wine-stable/bin:$PATH
|
||||
&& sed -i -E "s:PATH=\"?([^\"]*)\"?:PATH=/opt/wine-stable/bin\:\1:g" /etc/environment
|
||||
|
||||
COPY entrypoint.sh /usr/bin/entrypoint
|
||||
|
||||
@@ -68,6 +67,7 @@ COPY tools/* /root/.wine/drive_c/windows/system32/
|
||||
COPY VisualStudioMock/bin/Release/net472/VisualStudioMock.exe /root/.wine/drive_c/VisualStudioMock.exe
|
||||
|
||||
RUN set -x -e; \
|
||||
export PATH=/opt/wine-stable/bin:$PATH; \
|
||||
# Install dotnet
|
||||
entrypoint wineboot --init; \
|
||||
# get latest version and its hash from https://dotnet.microsoft.com/en-us/download/dotnet
|
||||
|
||||
Reference in New Issue
Block a user