Skip to content

Commit

Permalink
Merge pull request #2 from Updater/do-2635
Browse files Browse the repository at this point in the history
Fix yamllint installation (reviewdog#28)
  • Loading branch information
acobaugh authored Aug 25, 2023
2 parents 87ad76b + 78f52bf commit 2968aff
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 "cython<3.0.0" && pip install --no-build-isolation pyyaml==6.0
RUN pip install "pyyaml<=5.3.1" "yamllint"

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 2968aff

Please sign in to comment.