From 34750683e03dd2b91352a2a52d33378c6611dbd5 Mon Sep 17 00:00:00 2001 From: Christoph Ostarek Date: Fri, 3 Nov 2023 14:17:43 +0100 Subject: [PATCH] debug/Dockerfile: fix yetus issue DL3045 Signed-off-by: Christoph Ostarek --- pkg/debug/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/debug/Dockerfile b/pkg/debug/Dockerfile index c1dc4ff0a8..ae64dbe68f 100644 --- a/pkg/debug/Dockerfile +++ b/pkg/debug/Dockerfile @@ -44,6 +44,7 @@ RUN apk add -p /out --allow-untrusted /home/builder/packages/*/musl-1.2*.apk ADD https://www.ezix.org/software/files/lshw-B.${LSHW_VERSION}.tar.gz lshw.tar.gz RUN tar -xzvf lshw.tar.gz +WORKDIR / COPY lshw/ lshw-B.${LSHW_VERSION}/ WORKDIR /lshw-B.${LSHW_VERSION}