add NOCACHE arg
This commit is contained in:
@@ -11,6 +11,9 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
|||||||
python-all-dev python-msgpack python-pip python-setuptools \
|
python-all-dev python-msgpack python-pip python-setuptools \
|
||||||
git
|
git
|
||||||
|
|
||||||
|
## Do not use cache when building next layers of the image.
|
||||||
|
ARG NOCACHE=0
|
||||||
|
|
||||||
WORKDIR /root/PyBitmessage
|
WORKDIR /root/PyBitmessage
|
||||||
RUN git clone https://github.com/Bitmessage/PyBitmessage .
|
RUN git clone https://github.com/Bitmessage/PyBitmessage .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user