Skip to content

Commit

Permalink
fix: workaround for yaml/pyyaml#724
Browse files Browse the repository at this point in the history
  • Loading branch information
acobaugh committed Jul 17, 2023
1 parent 03ae673 commit 87ad76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV REVIEWDOG_VERSION=v0.14.2
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
RUN apk --no-cache add git

RUN pip install yamllint
RUN pip install "cython<3.0.0" && pip install --no-build-isolation pyyaml==6.0

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 87ad76b

Please sign in to comment.