Skip to content

Commit

Permalink
Remove .NET runtime install and try using the self-contained executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Apr 18, 2021
1 parent 21a9a89 commit c941828
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ RUN \
acl \
libssl1.0

RUN \
wget -q https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb && \
dpkg -i packages-microsoft-prod.deb && \
apt-get -y update && \
apt-get -y install aspnetcore-runtime-5.0


RUN \
mkdir -p /var/www/remotely && \
mkdir /config && \
Expand Down

0 comments on commit c941828

Please sign in to comment.