Skip to content

Commit

Permalink
add bash to curl loader (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Dec 30, 2024
1 parent f9f2ccd commit 2880d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loaders/curl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2880d12

Please sign in to comment.