diff --git a/.devfile/Dockerfile b/.devfile/Dockerfile index 8f468f24e..2e90e535e 100644 --- a/.devfile/Dockerfile +++ b/.devfile/Dockerfile @@ -2,6 +2,7 @@ FROM python:3-alpine ENV GOROOT /usr/lib/go RUN apk add --no-cache --update curl bash jq go git openssh \ +&& pip3 install "cython<3.0.0" \ && pip3 install yq \ && pip3 install jsonschema-cli