Added cron as rel dependency

This commit is contained in:
Jef Roosens 2021-04-17 18:06:31 +02:00
parent a072941ec3
commit 6beca85154
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

View file

@ -26,6 +26,7 @@ FROM alpine:latest
RUN apk update && \ RUN apk update && \
apk add --no-cache \ apk add --no-cache \
curl \ curl \
cron \
libgcc \ libgcc \
libpq \ libpq \
openssl && \ openssl && \
@ -50,4 +51,4 @@ HEALTHCHECK \
--retries=3 \ --retries=3 \
CMD curl -q localhost:8000 CMD curl -q localhost:8000
CMD ["/app/bin/server"] ENTRYPOINT ["/app/bin/server"]