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 (#1681)

Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
bacherfl committed Jul 5, 2023
1 parent 5602bd1 commit ac0d515
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 ac0d515

Please sign in to comment.