mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Remove .NET runtime install and try using the self-contained executable.
This commit is contained in:
parent
8704870727
commit
2d59e4a807
@ -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 && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user