Skip to content

Commit 61dd3ac

Browse files
committed
Amend pull
1 parent 3cc0ccf commit 61dd3ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ case "${command}" in
121121
"create")
122122
export $(cat .env | grep "#" -v)
123123
echo "Pulling Docker images"
124-
docker pull quay.io/curl/curl
124+
docker pull -q quay.io/curl/curl
125125
${dockerCmd} -f docker-compose/kurento.yml build kurento-examples
126126
${dockerCmd} -f docker-compose/kurento.yml pull kurento
127127
${dockerCmd} -f docker-compose/kurento-with-filters.yml build

0 commit comments

Comments
 (0)