We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e312719 commit 1e1b2b0Copy full SHA for 1e1b2b0
src/shadowbox/docker/build.action.sh
@@ -35,7 +35,7 @@ readonly NODE_IMAGE=$(
35
fi
36
)
37
38
-buildah build --force-rm \
+buildah build --layers --force-rm \
39
--os "linux" \
40
--arch "${ARCH}" \
41
--build-arg ARCH="${ARCH}" \
0 commit comments