From ubuntu:18.04
RUN apt-get -y update
RUN apt-get -y install git wget autoconf automake libtool curl make g++ unzip cmake python3 python3-dev python3-sip-dev
RUN wget https://github.com/google/protobuf/releases/download/v3.5.0/protobuf-all-3.5.0.zip
RUN git clone https://github.com/Ultimaker/libArcus.git
RUN
【docker】protobuf 和 python3 ubuntu:18.04
最新推荐文章于 2024-12-25 09:49:30 发布