Browse Source

build: skip pulling image

This step is only used for local development anyway.
Saúl Ibarra Corretgé 1 year ago
parent
commit
f8e93cee2b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -75,7 +75,6 @@ clean:
 	docker network prune
 	docker network prune
 
 
 prepare:
 prepare:
-	docker pull debian:bookworm-slim
 	FORCE_REBUILD=1 $(MAKE)
 	FORCE_REBUILD=1 $(MAKE)
 
 
 .PHONY: all build tag push clean prepare release $(addprefix build_,$(JITSI_SERVICES))
 .PHONY: all build tag push clean prepare release $(addprefix build_,$(JITSI_SERVICES))