From 0a42ee66b0c25c40375f471998d0470b68504d29 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Thu, 18 Jan 2024 10:20:37 +0300 Subject: [PATCH] Fix bug #60688 (#703) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5df4ece..499e72d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \ apt-utils \ bomstrip \ certbot \ + cron \ curl \ htop \ libasound2 \