Skip to content

Commit c9c978e

Browse files
authored
Merge pull request #147 from emqx/20251205-protoc
chore: add `protobuf-compiler`
2 parents 203d6a0 + 7dcfc13 commit c9c978e

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

amzn2023/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

debian11/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

debian12/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

debian13/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

el8/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

el9/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

ubuntu22.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

ubuntu24.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)