diff --git a/python-runtime/Dockerfile b/python-runtime/Dockerfile index 65d21686b8..e91dd0df66 100644 --- a/python-runtime/Dockerfile +++ b/python-runtime/Dockerfile @@ -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