Skip to content

Commit

Permalink
ref(Makefile): remove obsolete "docker tag -f" flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Sep 27, 2016
1 parent 6d091c3 commit 7e62f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -26,7 +26,7 @@ dev:
# We also alter the RC file to set the image name.
docker-build:
docker build --rm -t ${IMAGE} rootfs
docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
docker tag ${IMAGE} ${MUTABLE_IMAGE}

test: test-style test-unit test-functional

Expand Down

0 comments on commit 7e62f08

Please sign in to comment.