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

jiashunzhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d1836b  upgrade baseimage to 20.04
     new 74db116  Merge pull request #1531 from tanzhongyi003/master
8d1836b is described below

commit 8d1836b841c5e98cc67542241567ae4549ea83e6
Author: tanzhongyi003 <zhongyi....@gmail.com>
AuthorDate: Tue Aug 17 10:25:58 2021 +0800

    upgrade baseimage to 20.04
---
 Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 6474a7d..253e43f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 # A image for building/testing brpc
-FROM ubuntu:16.04
+FROM ubuntu:20.04
 
 # prepare env
 RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -37,6 +37,6 @@ RUN apt-get update && apt-get install -y 
--no-install-recommends \
         libsnappy-dev && \
         apt-get clean -y
 
-RUN git clone https://github.com/brpc/brpc.git brpc
-RUN cd /brpc && sh config_brpc.sh --headers=/usr/include --libs=/usr/lib && \
+RUN git clone https://github.com/apache/incubator-brpc.git
+RUN cd incubator-brpc && sh config_brpc.sh --headers=/usr/include 
--libs=/usr/lib && \
     make -j "$(nproc)"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to