Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcgeek86 authored Jul 23, 2021
1 parent 3fe8ee6 commit 8b5a05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ADD ["entrypoint.ps1", "/data/"]
RUN chmod +x /data/entrypoint.ps1 \
&& apt-get update \
&& apt-get install apt-transport-https wget --yes \
&& wget https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \
&& wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \
&& dpkg -i packages-microsoft-prod.deb \
&& apt-get update \
&& apt-get install --yes dotnet-sdk-3.1
&& apt-get install --yes dotnet-sdk-5.0


ENTRYPOINT ["/data/entrypoint.ps1"]

0 comments on commit 8b5a05b

Please sign in to comment.