We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bf9af commit 3bd37c9Copy full SHA for 3bd37c9
2 files changed
images/docker/gpdb/build/22.04/Dockerfile
@@ -88,6 +88,7 @@ RUN sed -i "s/archive.ubuntu.com/mirror.yandex.ru/g" /etc/apt/sources.list && \
88
unzip \
89
wget \
90
zlib1g-dev \
91
+ libprotobuf-dev \
92
protobuf-compiler
93
94
RUN pip2 install psutil pyyaml
images/docker/gpdb/build/jammy/Dockerfile
@@ -94,6 +94,7 @@ RUN apt-get update -o Acquire::AllowInsecureRepositories=true && apt-get install
openssh-server \
95
locales \
96
postgresql-client \
97
98
99
100
0 commit comments