Skip to content

Commit 549d205

Browse files
ignore DL3009
1 parent 851aa0f commit 549d205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN echo Debug information: ;\
4040

4141
# Install apt prerequisits, retry since ubuntu archive is failing a lot
4242
SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]
43-
# hadolint ignore=DL3008,SC2015
43+
# hadolint ignore=DL3008,SC2015,DL3009
4444
RUN for i in {1..5}; do \
4545
apt-get update -y && break || sleep 15; \
4646
done ;\

0 commit comments

Comments
 (0)