Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Fixing docker build in gitlab.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Sep 30, 2021
1 parent c95e438 commit 5fd6fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dependencies.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install-$(CURL):
apt-get install -y curl
else
# If we are not on debian then we need a different script. I'm not sure what it would need to be.
$(error I dont know how to install curl on your OS)
#$(error I dont know how to install curl on your OS)
endif
else
# If we are not on linux then I have no idea what I'd need to do to get curl.
Expand Down

0 comments on commit 5fd6fc0

Please sign in to comment.