We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6b004 commit 721e268Copy full SHA for 721e268
Makefile
@@ -7,12 +7,12 @@ DOCKER_COMPOSE := $(shell command -v docker-compose)
7
deps:
8
ifndef DOCKER
9
@echo "Docker is not available. Please install docker"
10
- @echo "try running 'sudo apt-get install docker'"
+ @echo "try running sudo apt-get install docker"
11
@exit 1
12
endif
13
ifndef DOCKER_COMPOSE
14
@echo "docker-compose is not available. Please install docker-compose"
15
- @echo "try running 'sudo apt-get install docker-compose'"
+ @echo "try running sudo apt-get install docker-compose"
16
17
18
0 commit comments