Skip to content

Commit

Permalink
fix: apply workaround for dotnet/sdk#11108
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Apr 20, 2020
1 parent ba67af4 commit 8e13b5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wasm-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ RUN curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash - && \
libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 \
libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 \
libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget

# Workaround for https://github.com/dotnet/sdk/issues/11108
RUN cd /usr/share/dotnet/sdk/3.1.201/Sdks/Microsoft.NET.Sdk.WindowsDesktop/targets && \
mv Microsoft.WinFx.props Microsoft.WinFX.props && \
mv Microsoft.WinFx.targets Microsoft.WinFX.targets

0 comments on commit 8e13b5b

Please sign in to comment.