Skip to content

Commit

Permalink
Fix yamllint installation (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0ck authored Jul 18, 2023
1 parent 4e58de1 commit 49fe172
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 "pyyaml<=5.3.1" "yamllint"

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 49fe172

Please sign in to comment.