From 35fd4842d78aaa523437815531c68ea2d07408ff Mon Sep 17 00:00:00 2001 From: leovct Date: Mon, 29 Apr 2024 16:16:55 +0200 Subject: [PATCH] chore: lint workload Dockerfile --- docker/workload.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/workload.Dockerfile b/docker/workload.Dockerfile index 91be95141..114a52d12 100644 --- a/docker/workload.Dockerfile +++ b/docker/workload.Dockerfile @@ -13,12 +13,12 @@ COPY --from=polycli-builder /opt/polygon-cli/polycli /usr/bin/polycli # WARNING (DL3008): Pin versions in apt get install. # WARNING (DL4006): Set the SHELL option -o pipefail before RUN with a pipe in it # WARNING (SC1091): (Sourced) file not included in mock. -# hadolint ignore=DL3008,DL4006,SC1091 +# hadolint ignore=DL3008,DL3013,DL4006,SC1091 RUN apt-get update \ && apt-get install --yes --no-install-recommends curl jq git python3-pip \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ - && pip3 install yq \ + && pip3 install --no-cache-dir yq \ && curl --silent --location --proto "=https" https://foundry.paradigm.xyz | bash \ && /root/.foundry/bin/foundryup \ && cp /root/.foundry/bin/* /usr/local/bin