This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new ca00a83c13b [improve][build] add `--no-cache-dir` in dockerfile to 
disable the pip cache (#20477)
ca00a83c13b is described below

commit ca00a83c13bf4ac8aab962b6e79a550a55f40bf5
Author: Eric Shen <[email protected]>
AuthorDate: Fri Jun 2 20:17:45 2023 +0800

    [improve][build] add `--no-cache-dir` in dockerfile to disable the pip 
cache (#20477)
---
 build/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/docker/Dockerfile b/build/docker/Dockerfile
index 76603255677..89b8f25cd06 100644
--- a/build/docker/Dockerfile
+++ b/build/docker/Dockerfile
@@ -80,7 +80,7 @@ RUN dpkg -i crowdin.deb
 
 # Install PIP
 RUN curl https://bootstrap.pypa.io/get-pip.py  | python3 -
-RUN pip3 install pdoc
+RUN pip3 --no-cache-dir install pdoc
 #
 # Installation
 ARG MAVEN_VERSION=3.6.3

Reply via email to