Skip to content

Commit a2f1bd2

Browse files
committed
Ajustando recomandação hadolint
1 parent 35a8597 commit a2f1bd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ apt-get clean && rm -rf /var/lib/apt/lists/*
77

88
ENV REVIEWDOG_VERSION=v0.13.0
99

10+
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1011
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
1112

1213
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)