File tree Expand file tree Collapse file tree 8 files changed +8
-0
lines changed
Expand file tree Collapse file tree 8 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ RUN dnf -y update && \
1717 ncurses-devel \
1818 openssl-devel \
1919 perl \
20+ protobuf-compiler \
2021 python3-pip \
2122 unixODBC \
2223 unixODBC-devel \
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y \
2828 libtool \
2929 make \
3030 procps \
31+ protobuf-compiler \
3132 python3 \
3233 python3-pip \
3334 unixodbc \
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y \
2929 libssl-dev \
3030 libtool \
3131 procps \
32+ protobuf-compiler \
3233 python3 \
3334 python3-pip \
3435 unixodbc \
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y \
3030 libssl-dev \
3131 libtool \
3232 procps \
33+ protobuf-compiler \
3334 python3 \
3435 python3-pip \
3536 unixodbc \
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ RUN yum install -y autoconf \
1414 ncurses-devel \
1515 openssl \
1616 openssl-devel \
17+ protobuf-compiler \
1718 python3 \
1819 python3-pip \
1920 systemd \
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ RUN dnf -y install \
1010 perl-FindBin \
1111 python3-pip \
1212 procps-ng \
13+ protobuf-compiler \
1314 systemd \
1415 vim \
1516 wget \
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y \
3030 libsasl2-modules-gssapi-mit \
3131 libssl-dev \
3232 libtool \
33+ protobuf-compiler \
3334 python3 \
3435 python3-pip \
3536 software-properties-common \
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y \
3030 libsasl2-modules-gssapi-mit \
3131 libssl-dev \
3232 libtool \
33+ protobuf-compiler \
3334 python3 \
3435 python3-pip \
3536 software-properties-common \
You can’t perform that action at this time.
0 commit comments