Skip to content

Commit

Permalink
ignore DL3009
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Feb 12, 2025
1 parent 851aa0f commit 549d205
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 @@ -40,7 +40,7 @@ RUN echo Debug information: ;\

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

0 comments on commit 549d205

Please sign in to comment.