add NOCACHE arg

This commit is contained in:
2024-11-15 15:51:29 +03:00
parent 1f6e63ddad
commit ed91f1ba49

View File

@@ -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 .