From 25b82d6cf91462a3f6e02e36f84dc501188006fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz?= <54245875+rvva@users.noreply.github.com> Date: Sun, 15 Jan 2023 01:01:15 +0100 Subject: [PATCH] Update Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missing cron package in php:8.1-apache-bullseye image. Signed-off-by: Ɓukasz <54245875+rvva@users.noreply.github.com> --- 25/apache/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/25/apache/Dockerfile b/25/apache/Dockerfile index 879d34f5..c29bb4ba 100644 --- a/25/apache/Dockerfile +++ b/25/apache/Dockerfile @@ -6,6 +6,7 @@ RUN set -ex; \ \ apt-get update; \ apt-get install -y --no-install-recommends \ + cron \ rsync \ bzip2 \ busybox-static \