Don't install cron

It's already there
This commit is contained in:
2019-12-04 05:37:20 +00:00
committed by Gitea
parent 1e17542493
commit b18fd04caf

View File

@@ -8,7 +8,6 @@ RUN apk -v --update add \
less \
mailcap \
jq \
cron \
&& \
pip install --upgrade awscli==1.14.5 s3cmd==2.0.1 python-magic && \
apk -v --purge del py-pip && \