We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d091c3 commit 7e62f08Copy full SHA for 7e62f08
1 file changed
Makefile
@@ -26,7 +26,7 @@ dev:
26
# We also alter the RC file to set the image name.
27
docker-build:
28
docker build --rm -t ${IMAGE} rootfs
29
- docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
+ docker tag ${IMAGE} ${MUTABLE_IMAGE}
30
31
test: test-style test-unit test-functional
32
0 commit comments