There was an error while loading. Please reload this page.
1 parent 851aa0f commit 549d205Copy full SHA for 549d205
Dockerfile
@@ -40,7 +40,7 @@ RUN echo Debug information: ;\
40
41
# Install apt prerequisits, retry since ubuntu archive is failing a lot
42
SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]
43
-# hadolint ignore=DL3008,SC2015
+# hadolint ignore=DL3008,SC2015,DL3009
44
RUN for i in {1..5}; do \
45
apt-get update -y && break || sleep 15; \
46
done ;\
0 commit comments