Add protobuf-compiler to builder image
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
asonix 2022-09-20 22:19:10 -05:00
parent b34c67d6ad
commit e5d9974ae4

View file

@ -6,7 +6,7 @@ FROM ghcr.io/cross-rs/$TARGET:latest
RUN \
apt update && \
apt upgrade -y && \
apt install -y libclang-dev
apt install -y libclang-dev protobuf-compiler
ARG UID=991
ARG GID=991