Remove .NET runtime install and try using the self-contained executable.

This commit is contained in:
Jared Goodwin 2021-04-18 10:21:22 -07:00
parent 8704870727
commit 2d59e4a807

View File

@ -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 && \