This is an automated email from the ASF dual-hosted git repository.
laiyingchun pushed a commit to branch v2.5
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to refs/heads/v2.5 by this push:
new 16acad124 fix(CI): Fix the "Lint Dockerfile" action failure (#1656)
(#1657)
16acad124 is described below
commit 16acad1241cb43b19ac59f26d6cfa8b6a7777957
Author: Dan Wang <[email protected]>
AuthorDate: Tue Oct 24 12:14:23 2023 +0800
fix(CI): Fix the "Lint Dockerfile" action failure (#1656) (#1657)
https://github.com/apache/incubator-pegasus/issues/1654
Fix the DL3042 warning by adding `--no-cache-dir`.
---
docker/pegasus-build-env/ubuntu1804/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/pegasus-build-env/ubuntu1804/Dockerfile
b/docker/pegasus-build-env/ubuntu1804/Dockerfile
index c1e53891a..68440304c 100644
--- a/docker/pegasus-build-env/ubuntu1804/Dockerfile
+++ b/docker/pegasus-build-env/ubuntu1804/Dockerfile
@@ -61,7 +61,7 @@ RUN add-apt-repository ppa:git-core/ppa -y; \
apt-get install pkg-config -y --no-install-recommends; \
rm -rf /var/lib/apt/lists/*
-RUN pip3 install --upgrade pip && pip3 install --no-cache-dir cmake
+RUN pip3 install --no-cache-dir --upgrade pip && pip3 install --no-cache-dir
cmake
RUN wget --progress=dot:giga
https://github.com/apache/thrift/archive/refs/tags/0.11.0.tar.gz -P /opt/thrift
&& \
cd /opt/thrift && tar xzf 0.11.0.tar.gz && cd thrift-0.11.0 &&
./bootstrap.sh && \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]