From 5a6604eb5fc4c1089362f882906067b6d76750dd Mon Sep 17 00:00:00 2001 From: Marcelo Politzer <251334+mpolitzer@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:03:45 -0300 Subject: [PATCH] fix: fail the image if any command from RUN fails --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index e8f01c9f..fb89b8ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,8 @@ ARG BUILD_BASE=/opt/cartesi ENV LINUX_HEADERS_FILEPATH=/tmp/linux-libc-dev-riscv64-cross-${LINUX_VERSION}-${IMAGE_KERNEL_VERSION}.deb RUN <