Bypass the docker cache

This commit is contained in:
Lee Miller 2022-07-20 03:50:35 +03:00
parent 10cf5b06fd
commit ffe70350c7
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -3,6 +3,8 @@ FROM ubuntu:bionic AS kivy
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
ENV SKIPCACHE=2022-07-20
RUN apt-get update RUN apt-get update
RUN apt-get install -yq \ RUN apt-get install -yq \