From 57ca17b1a8dcc624acc1e28b360ce28f319ab9bf Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Wed, 2 Sep 2020 23:02:12 +0200 Subject: [PATCH] Fix typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b16d60c5..8283b434 100644 --- a/Dockerfile +++ b/Dockerfile @@ -122,7 +122,7 @@ ENV PATH="/node_modules/.bin:${PATH}" RUN bundle install ################################### -# Install DotNet and Dependancies # +# Install DotNet and Dependencies # ################################### RUN wget --tries=5 -O dotnet-install.sh https://dot.net/v1/dotnet-install.sh \ && chmod +x dotnet-install.sh \