Skip to content

Commit

Permalink
debug: missing var build error in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Mar 13, 2023
1 parent f16b401 commit 41e657b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,8 @@ RUN install -D /dart-protobuf/protoc_plugin/protoc_plugin /out/usr/bin/protoc-ge
FROM python:${PYTHON_IMAGE_VERSION} as protoc_gen_nanopb
RUN apk add bash binutils curl git
ARG PROTOC_GEN_NANOPB_VERSION
RUN git clone --branch ${PROTOC_GEN_NANOPB_VERSION} --depth 1 https://github.com/nanopb/nanopb.git
RUN echo ${PROTOC_GEN_NANOPB_VERSION}
RUN git clone --branch 0.4.7 --depth 1 https://github.com/nanopb/nanopb.git
RUN python3 -m pip install --user --upgrade scons protobuf grpcio-tools pyinstaller
RUN python3 -c 'import google.protobuf; print(google.protobuf.__file__)'
WORKDIR /nanopb
Expand Down

0 comments on commit 41e657b

Please sign in to comment.