aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChristian Segundo2023-12-26 17:50:54 +0100
committerChristian Segundo2023-12-26 17:50:54 +0100
commit4a8503ab947917e7a47f1d33bee000ffb0146628 (patch)
tree8fe7ed3ce084ca6eb53ca82eca1d8ed1fae98a90 /Dockerfile
parent9dfdba4d5daa732e7196075eebdc6d4b668ba4ca (diff)
downloadtransmission-hacks-4a8503ab947917e7a47f1d33bee000ffb0146628.tar.gz
Fix linter
Diffstat (limited to 'Dockerfile')
-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 && \