We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724f221 commit 95d6a52Copy full SHA for 95d6a52
1 file changed
services
@@ -91,6 +91,7 @@ case "${command}" in
91
"create")
92
export $(cat .env | grep "#" -v)
93
echo "Pulling Docker images"
94
+ docker pull curlimages/curl
95
docker-compose --log-level ERROR -f docker-compose/kurento.yml -p fiware pull
96
docker-compose --log-level ERROR -f docker-compose/kurento-with-filters.yml -p fiware pull
97
;;
0 commit comments