Skip to content

Commit 3bd37c9

Browse files
authored
Add libprotobuf-dev to Dockerfile Jammy & 22.04 (#46)
1 parent d9bf9af commit 3bd37c9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

images/docker/gpdb/build/22.04/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ RUN sed -i "s/archive.ubuntu.com/mirror.yandex.ru/g" /etc/apt/sources.list && \
8888
unzip \
8989
wget \
9090
zlib1g-dev \
91+
libprotobuf-dev \
9192
protobuf-compiler
9293

9394
RUN pip2 install psutil pyyaml

images/docker/gpdb/build/jammy/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ RUN apt-get update -o Acquire::AllowInsecureRepositories=true && apt-get install
9494
openssh-server \
9595
locales \
9696
postgresql-client \
97+
libprotobuf-dev \
9798
protobuf-compiler
9899

99100
RUN pip2 install psutil pyyaml

0 commit comments

Comments
 (0)