aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index e28354d..a52c49b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,6 @@
FROM python:slim-bullseye
COPY scripts /scripts
+# hadolint ignore=DL3008
RUN \
apt-get update && \
apt-get install -y --no-install-recommends cron && \