Skip to content

Commit 99ce2e6

Browse files
committed
Makefile: remove unused APT_MIRROR build-arg
The APT_MIRROR build-arg was removed from the Dockerfile in commit ee23105, but wasn't removed from the Makefile. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 504ce61 commit 99ce2e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ build-dind-ssh:
3333
--build-arg VERSION=${SETUPTOOLS_SCM_PRETEND_VERSION_DOCKER} \
3434
--build-arg ENGINE_VERSION=${TEST_ENGINE_VERSION} \
3535
--build-arg API_VERSION=${TEST_API_VERSION} \
36-
--build-arg APT_MIRROR .
36+
.
3737

3838
.PHONY: build
3939
build:
@@ -42,7 +42,7 @@ build:
4242
-t docker-sdk-python3 \
4343
-f tests/Dockerfile \
4444
--build-arg VERSION=${SETUPTOOLS_SCM_PRETEND_VERSION_DOCKER} \
45-
--build-arg APT_MIRROR .
45+
.
4646

4747
.PHONY: build-docs
4848
build-docs:

0 commit comments

Comments
 (0)