Skip to content

Commit

Permalink
fix: add extra option for ci-container build (#2451)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 authored and vdaas-ci committed Mar 15, 2024
1 parent ef0c4fc commit ed2550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.d/docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ docker/name/ci-container:
docker/build/ci-container:
@make DOCKERFILE="$(ROOTDIR)/dockers/ci/base/Dockerfile" \
IMAGE=$(CI_CONTAINER_IMAGE) \
EXTRA_ARGS="--add-host=registry.npmjs.org:104.16.20.35" \
EXTRA_ARGS="--add-host=registry.npmjs.org:104.16.20.35 $(EXTRA_ARGS)" \
docker/build/image

.PHONY: docker/name/dev-container
Expand Down

0 comments on commit ed2550c

Please sign in to comment.