From f8e93cee2bca7806ab4f46bc78d5e3bee8baaa29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 29 Jun 2023 14:47:50 +0200 Subject: [PATCH] build: skip pulling image This step is only used for local development anyway. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index fc3a575..de0d3ad 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,6 @@ clean: docker network prune prepare: - docker pull debian:bookworm-slim FORCE_REBUILD=1 $(MAKE) .PHONY: all build tag push clean prepare release $(addprefix build_,$(JITSI_SERVICES))