Skip to content

Commit

Permalink
install build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Feb 2, 2022
1 parent e583ef1 commit 60bef7f
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.13.0
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]

# hadolint ignore=DL3006,DL3018
RUN apk --no-cache add git graphviz
RUN apk --no-cache add build-base libffi-dev git graphviz

RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}

Expand Down

0 comments on commit 60bef7f

Please sign in to comment.