From ffe70350c756f809e677a127da13a25716a108d5 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Wed, 20 Jul 2022 03:50:35 +0300 Subject: [PATCH] Bypass the docker cache --- .buildbot/kivy/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildbot/kivy/Dockerfile b/.buildbot/kivy/Dockerfile index db06eee8..58c2be08 100644 --- a/.buildbot/kivy/Dockerfile +++ b/.buildbot/kivy/Dockerfile @@ -3,6 +3,8 @@ FROM ubuntu:bionic AS kivy ENV DEBIAN_FRONTEND=noninteractive +ENV SKIPCACHE=2022-07-20 + RUN apt-get update RUN apt-get install -yq \