chore: Remove cron in base image

This commit is contained in:
Shrikant Sharat Kandula 2024-01-08 07:46:21 +05:30 committed by GitHub
parent f5578c1e50
commit 93614ee30c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ ENV LC_ALL C.UTF-8
RUN apt-get update \
&& apt-get upgrade --yes \
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes \
supervisor curl cron nfs-common gnupg wget netcat openssh-client \
supervisor curl nfs-common gnupg wget netcat openssh-client \
gettext \
python3-pip git ca-certificates \
&& pip install --no-cache-dir git+https://github.com/coderanger/supervisor-stdout@973ba19967cdaf46d9c1634d1675fc65b9574f6e \