diff options
author | Christian Segundo | 2023-12-26 17:50:54 +0100 |
---|---|---|
committer | Christian Segundo | 2023-12-26 17:50:54 +0100 |
commit | 4a8503ab947917e7a47f1d33bee000ffb0146628 (patch) | |
tree | 8fe7ed3ce084ca6eb53ca82eca1d8ed1fae98a90 /Dockerfile | |
parent | 9dfdba4d5daa732e7196075eebdc6d4b668ba4ca (diff) | |
download | transmission-hacks-4a8503ab947917e7a47f1d33bee000ffb0146628.tar.gz |
Fix linter
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 && \ |