0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00

Update Dockerfile

Missing cron package in php:8.1-apache-bullseye image. 

Signed-off-by: Łukasz  <54245875+rvva@users.noreply.github.com>
This commit is contained in:
Łukasz 2023-01-15 01:01:15 +01:00 committed by GitHub
parent 04ab3157e4
commit 25b82d6cf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ RUN set -ex; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
cron \
rsync \
bzip2 \
busybox-static \