From 4a8503ab947917e7a47f1d33bee000ffb0146628 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Tue, 26 Dec 2023 17:50:54 +0100 Subject: Fix linter --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 && \ -- cgit v1.2.3