Browse Source

fix: [cron] use our cache server

``docker.io`` is not responding and this might happen again anyway
and our policy is to not depend from other servers.

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
pull/1/head
Valentin Lab 3 years ago
parent
commit
ce72c00f50
  1. 2
      cron/build/Dockerfile

2
cron/build/Dockerfile

@ -1,4 +1,4 @@
FROM debian:jessie
FROM docker.0k.io/debian:jessie
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes cron moreutils && \

Loading…
Cancel
Save