We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0d5adb commit 6f5e0caCopy full SHA for 6f5e0ca
dependencies/che-plugin-registry/build/dockerfiles/rhel.Dockerfile
@@ -87,6 +87,8 @@ RUN \
87
rm -rf /build
88
89
RUN \
90
+ mkdir -p /var/run/postgresql && \
91
+ chmod 777 /var/run/postgresql && \
92
# Add UTF-8 for the database
93
localedef -f UTF-8 -i en_US en_US.UTF-8 && \
94
# set up postgres user
@@ -118,8 +120,7 @@ RUN \
118
120
echo -n "ovsx: "; /tmp/opt/ovsx/bin/ovsx --version && \
119
121
echo "======================"
122
-RUN chmod 777 /var/run/postgresql && \
- initdb && \
123
+RUN initdb && \
124
/usr/local/bin/import_vsix.sh && \
125
chmod -R 777 /tmp/file && \
126
rm /var/lib/pgsql/15/data/database/postmaster.pid && \
0 commit comments