From ed91f1ba49c4476fb20043aaca73c85ac0148991 Mon Sep 17 00:00:00 2001 From: status404 Date: Fri, 15 Nov 2024 15:51:29 +0300 Subject: [PATCH] add NOCACHE arg --- docker/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 40e1a22..26bb9da 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -11,6 +11,9 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \ python-all-dev python-msgpack python-pip python-setuptools \ git +## Do not use cache when building next layers of the image. +ARG NOCACHE=0 + WORKDIR /root/PyBitmessage RUN git clone https://github.com/Bitmessage/PyBitmessage .