Skip to content

Commit

Permalink
fix: revert python version to 3.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonAura authored May 7, 2024
1 parent d8d619f commit aba79ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependency/Dockerfile/Dockerfile_base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.3-bullseye
FROM python:3.9.16-bullseye
MAINTAINER eesast
WORKDIR /usr/local
RUN apt-get update && apt-get install --no-install-recommends -y gcc g++ make wget ca-certificates cmake autoconf automake libtool curl unzip git
Expand All @@ -12,4 +12,4 @@ RUN cmake -DgRPC_INSTALL=ON \
WORKDIR /usr/local
RUN git clone https://gitee.com/mirrors/protobuf_source.git ./protobuf
WORKDIR /usr/local/protobuf
RUN git checkout 3.20.x && ./autogen.sh && ./configure && make -j$(nproc) && make install && ldconfig
RUN git checkout 3.20.x && ./autogen.sh && ./configure && make -j$(nproc) && make install && ldconfig

0 comments on commit aba79ae

Please sign in to comment.