Skip to content

Commit

Permalink
Makefile:docker deps check
Browse files Browse the repository at this point in the history
  • Loading branch information
sounishnath003 committed Mar 25, 2024
1 parent 4d6b004 commit 721e268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ DOCKER_COMPOSE := $(shell command -v docker-compose)
deps:
ifndef DOCKER
@echo "Docker is not available. Please install docker"
@echo "try running 'sudo apt-get install docker'"
@echo "try running sudo apt-get install docker"
@exit 1
endif
ifndef DOCKER_COMPOSE
@echo "docker-compose is not available. Please install docker-compose"
@echo "try running 'sudo apt-get install docker-compose'"
@echo "try running sudo apt-get install docker-compose"
@exit 1
endif

Expand Down

0 comments on commit 721e268

Please sign in to comment.