We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d31721 commit aa8f01fCopy full SHA for aa8f01f
Dockerfile
@@ -4,10 +4,12 @@ ENV REVIEWDOG_VERSION=v0.10.0
4
5
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
6
7
+# hadolint ignore=DL3006
8
RUN apk add --update --no-cache build-base git
9
10
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
11
12
13
RUN gem install haml_lint
14
15
COPY entrypoint.sh /entrypoint.sh
0 commit comments