Added cron as rel dependency

master^2
Jef Roosens 2021-04-17 18:06:31 +02:00
parent a072941ec3
commit 6beca85154
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 2 additions and 1 deletions

View File

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