This commit is contained in:
Roland Geider 2020-09-02 23:02:12 +02:00 committed by GitHub
parent daddeae7be
commit 57ca17b1a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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