Skip to content

Commit

Permalink
Makefile: fix make build-docker (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgiudici authored Jul 14, 2022
1 parent adfff7c commit 09f06ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ installer:
.PHONY: build-docker
build-docker:
DOCKER_BUILDKIT=1 docker build \
-f package/Dockerfile \
-f Dockerfile \
--target elemental-operator \
-t ${REPO}:${TAG} .

Expand Down

0 comments on commit 09f06ea

Please sign in to comment.