Commit 9dafe5b7 authored by nimrod's avatar nimrod
Browse files

Protobuf.

Add the Protobuf libaray, headers, compiler and Python pacakge.
parent 618de7ac
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ RUN wget https://www.mongodb.org/static/pgp/server-4.4.asc -O /tmp/mongo.asc &&
        libgirepository1.0-dev \
        libldap2-dev \
        libpq-dev \
        libprotobuf-dev \
        libsasl2-dev \
        libyaml-dev \
        lsof \
@@ -61,6 +62,7 @@ RUN wget https://www.mongodb.org/static/pgp/server-4.4.asc -O /tmp/mongo.asc &&
        php-cli \
        podman \
        postgresql-client \
        protobuf-compiler \
        python3-cffi-backend \
        python3-dev \
        python3-pip \
@@ -128,6 +130,7 @@ RUN wget https://www.mongodb.org/static/pgp/server-4.4.asc -O /tmp/mongo.asc &&
        poetry \
        pre-commit \
        'prompt-toolkit>=3.0.0' \
        protobuf \
        psycopg2 \
        pur \
        pygments \