1
0

Fix install of cron

This commit is contained in:
Tony Grosinger 2022-07-23 20:11:58 -07:00
parent b30c256190
commit 2f5c8b25ee

View File

@ -3,7 +3,8 @@ FROM dastapov/hledger:1.26 as hledger
FROM library/python:3.10-slim
RUN apt install cron && \
RUN apt update && \
apt install -y cron && \
apt-get clean && \
rm -rf /var/lib/{apt,dpkg,cache,log}