Skip to content

Commit 3436cf3

Browse files
NJrslvJaroslav Novikov
andauthored
Add missing dependencies and env var for regression tests (#32)
* Add missing dependencies and env var for regression tests --------- Co-authored-by: Jaroslav Novikov <njrslv@qavm-f9b691f5.qemu>
1 parent 7994a62 commit 3436cf3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

images/docker/gpdb/build/jammy/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,11 @@ RUN apt-get update -o Acquire::AllowInsecureRepositories=true && apt-get install
9393
software-properties-common \
9494
openssh-client \
9595
openssh-server \
96-
locales
96+
locales \
97+
postgresql-client
9798

9899

99-
RUN pip2 install psutil
100+
RUN pip2 install psutil pyyaml
100101

101102
RUN apt-get install -y locales \
102103
&& locale-gen "en_US.UTF-8" \
@@ -130,6 +131,7 @@ RUN echo ${TIMEZONE_VAR} > /etc/timezone && \
130131
update-locale LC_ALL="en_US.UTF-8"
131132

132133
USER gpadmin
134+
ENV USER=gpadmin
133135
WORKDIR /home/gpadmin
134136

135137
RUN sudo DEBIAN_FRONTEND=noninteractive apt install -y libhyperic-sigar-java libaprutil1-dev libuv1-dev

0 commit comments

Comments
 (0)