From 91b5c7f200a3a01e74745d1d4235824032d3a3df Mon Sep 17 00:00:00 2001 From: chandolakul <70189957+chandolakul@users.noreply.github.com> Date: Sun, 6 Oct 2024 10:25:46 +0530 Subject: [PATCH] Update Dockerfile Adding the listing command for to check the files and folder list out. Please add hackoctoberfest accepted label Signed-off-by: chandolakul <70189957+chandolakul@users.noreply.github.com> --- docker/sandbox-bundled/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/sandbox-bundled/Dockerfile b/docker/sandbox-bundled/Dockerfile index 92e8fa2d46..3430a606db 100644 --- a/docker/sandbox-bundled/Dockerfile +++ b/docker/sandbox-bundled/Dockerfile @@ -3,9 +3,9 @@ FROM --platform=${BUILDPLATFORM} mgoltzsche/podman:minimal AS builder ARG TARGETARCH ENV TARGETARCH "${TARGETARCH}" - +#current PWD is /build WORKDIR /build - +RUN ls -la COPY images/manifest.txt images/preload ./ RUN --security=insecure ./preload manifest.txt