fix: add py3-yaml as requirement for openapi2jsonschema
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/build-container Pipeline was successful Details
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2024-03-26 10:12:35 +01:00
parent 1337dfd88a
commit 2e23b142c0
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ ENV FLUX_VERSION="${FLUX_VERSION:-v2.2.3}"
ENV PIPX_HOME=/opt/pipx
ENV PIPX_BIN_DIR=/usr/local/bin
RUN apk --update add curl tar make bash python3 pipx findutils git && \
RUN apk --update add curl tar make bash python3 py3-yaml pipx findutils git && \
apk --no-cache upgrade libcrypto3 libssl3 && \
pipx install --include-deps flux-local=="$FLUX_LOCAL_VERSION" && \
pipx inject flux-local PyYAML && \