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:
parent
04ab3157e4
commit
25b82d6cf9
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ RUN set -ex; \
|
||||||
\
|
\
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
cron \
|
||||||
rsync \
|
rsync \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
busybox-static \
|
busybox-static \
|
||||||
|
|
Loading…
Add table
Reference in a new issue