fix: Resolve shellcheck error (#1313)

This commit is contained in:
Kroese
2026-07-20 17:00:32 +02:00
committed by GitHub
parent 99d6b8f830
commit 02f76b44cd
2 changed files with 4 additions and 4 deletions
+1 -3
View File
@@ -23,16 +23,14 @@ jobs:
-e SC1091
-e SC2001
-e SC2034
-e SC2064
-e SC2317
-e SC2153
-e SC2028
-
name: Lint Dockerfile
uses: hadolint/hadolint-action@v3.3.0
with:
dockerfile: Dockerfile
ignore: DL3008,DL3003,DL3006,DL3013
ignore: DL3008,DL3003,DL3006
failure-threshold: warning
-
name: Validate JSON and YML files
+3 -1
View File
@@ -5,7 +5,9 @@ FROM debian:trixie-slim
ARG TARGETARCH
ARG TARGETPLATFORM
ARG VERSION_ARG="0.0"
ARG VERSION_CSTRUCT="4.7"
ARG VERSION_PASST="2026_07_16"
ARG DEBCONF_NOWARNINGS="yes"
@@ -55,7 +57,7 @@ RUN <<EOF
apt-get clean
# Install Python dependencies
pip3 install --no-cache-dir --break-system-packages --root-user-action=ignore dissect.cstruct
pip3 install --no-cache-dir --break-system-packages --root-user-action=ignore "dissect.cstruct==$VERSION_CSTRUCT"
# Configure QEMU
mkdir -p /etc/qemu