pull dockers

This commit is contained in:
Mayel de Borniol 2021-11-23 22:59:59 +13:00
parent 07ebaa8dd4
commit 8f4d499d1f

View file

@ -391,6 +391,7 @@ ifeq ($(WITH_DOCKER), no)
@echo Skip building container...
else
@mkdir -p deps
docker-compose pull
docker-compose build
endif