Sign inSign up

hanxi739/srpc

By hanxi739

•Updated over 4 years ago

SRPC开发环境

Image
0

69

hanxi739/srpc repository overview

SRPC环境

2.0版本 增加了libcurl、jsoncpp库

1.0版本: docker file内容为:

FROM ubuntu:latest MAINTAINER hanxi [email protected]⁠

WORKDIR /home/project ENV DEBIAN_FRONTEND=noninteractive

RUN sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
&& apt-get update
&& apt-get install -y vim git g++ cmake make libssl-dev libgtest-dev zlib1g-dev libbrotli-dev libprotobuf-dev protobuf-compiler
&& apt-get clean && rm -rf /var/lib/apt/lists/*
&& git clone --recursive https://github.com/sogou/srpc.git⁠ RUN cd srpc && make && make install && cd workflow && make && make install

Tag summary

Content type

Image

Digest

Size

306.1 MB

Last updated

over 4 years ago

docker pull hanxi739/srpc:2.0