diff options
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 && \ |