Skip to content

Commit

Permalink
fix(python-runtime): install curl to execute scripts referenced via u…
Browse files Browse the repository at this point in the history
…rl (keptn#1681)

Signed-off-by: Florian Bacher <[email protected]>
Signed-off-by: Nitishupkr <[email protected]>
  • Loading branch information
bacherfl authored and Nitishupkr committed Jul 14, 2023
1 parent 67515e8 commit 2f4b3cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python-runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ LABEL org.opencontainers.image.source="https://github.com/keptn/lifecycle-toolki
org.opencontainers.image.vendor="Keptn" \
org.opencontainers.image.licenses="Apache-2.0"


RUN apk --no-cache add curl

RUN pip install -q --disable-pip-version-check pyyaml GitPython requests

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 2f4b3cf

Please sign in to comment.