We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7994a62 commit 3436cf3Copy full SHA for 3436cf3
1 file changed
images/docker/gpdb/build/jammy/Dockerfile
@@ -93,10 +93,11 @@ RUN apt-get update -o Acquire::AllowInsecureRepositories=true && apt-get install
93
software-properties-common \
94
openssh-client \
95
openssh-server \
96
- locales
+ locales \
97
+ postgresql-client
98
99
-RUN pip2 install psutil
100
+RUN pip2 install psutil pyyaml
101
102
RUN apt-get install -y locales \
103
&& locale-gen "en_US.UTF-8" \
@@ -130,6 +131,7 @@ RUN echo ${TIMEZONE_VAR} > /etc/timezone && \
130
131
update-locale LC_ALL="en_US.UTF-8"
132
133
USER gpadmin
134
+ENV USER=gpadmin
135
WORKDIR /home/gpadmin
136
137
RUN sudo DEBIAN_FRONTEND=noninteractive apt install -y libhyperic-sigar-java libaprutil1-dev libuv1-dev
0 commit comments