aboutsummaryrefslogtreecommitdiff
path: root/deployment/Dockerfile.linux.arm64
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2021-05-17 18:34:44 -0600
committercrobibero <cody@robibe.ro>2021-05-17 18:34:44 -0600
commitbe17028e22c6fbb1ce71a8aa9ece9b8ebc9aac3d (patch)
tree718cf4dbd8cd1f49a6ebe2db6132577741b76d98 /deployment/Dockerfile.linux.arm64
parent66b185898f6c6545989d4c4adcf093f590c7668a (diff)
Remove erroneous newline
Diffstat (limited to 'deployment/Dockerfile.linux.arm64')
-rw-r--r--deployment/Dockerfile.linux.arm643
1 files changed, 1 insertions, 2 deletions
diff --git a/deployment/Dockerfile.linux.arm64 b/deployment/Dockerfile.linux.arm64
index 0e17c0c4a..ae59802cd 100644
--- a/deployment/Dockerfile.linux.arm64
+++ b/deployment/Dockerfile.linux.arm64
@@ -16,8 +16,7 @@ RUN apt-get update \
# Install dotnet repository
# https://dotnet.microsoft.com/download/linux-package-manager/debian9/sdk-current
-RUN wget https://download.visualstudio.microsoft.com/download/pr/ef13f9da-46dc-4de9-a05e-5a4c20574189/be95913ebf1fb6c66833ca40060d3f65/dotnet-sdk-5.0.203-linux-x64.tar.gz
- -O dotnet-sdk.tar.gz \
+RUN wget https://download.visualstudio.microsoft.com/download/pr/ef13f9da-46dc-4de9-a05e-5a4c20574189/be95913ebf1fb6c66833ca40060d3f65/dotnet-sdk-5.0.203-linux-x64.tar.gz -O dotnet-sdk.tar.gz \
&& mkdir -p dotnet-sdk \
&& tar -xzf dotnet-sdk.tar.gz -C dotnet-sdk \
&& ln -s $( pwd )/dotnet-sdk/dotnet /usr/bin/dotnet