Skip to content

Commit aa8f01f

Browse files
committed
sorry hadolint
1 parent 9d31721 commit aa8f01f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ ENV REVIEWDOG_VERSION=v0.10.0
44

55
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
66

7+
# hadolint ignore=DL3006
78
RUN apk add --update --no-cache build-base git
89

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

12+
# hadolint ignore=DL3006
1113
RUN gem install haml_lint
1214

1315
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)