From 2880d125ca18a270d7d5810be252c44b2cd2e506 Mon Sep 17 00:00:00 2001 From: Severin Neumann Date: Mon, 30 Dec 2024 12:19:37 +0100 Subject: [PATCH] add bash to curl loader (#69) --- src/loaders/curl/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/loaders/curl/Dockerfile b/src/loaders/curl/Dockerfile index d4c7055..a8e5135 100644 --- a/src/loaders/curl/Dockerfile +++ b/src/loaders/curl/Dockerfile @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.licenses=BSD-3-Clause # Pining versions with alpine regularly breaks, disable linting for this line # until a better solution is found. # hadolint ignore=DL3018 -RUN apk add --no-cache curl util-linux jq +RUN apk add --no-cache bash curl util-linux jq WORKDIR /usr/bin/ COPY entrypoint.sh /usr/bin