Skip to content

Commit

Permalink
fix: update rhel.Dockerfile for plugin reg
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
  • Loading branch information
svor committed Jan 21, 2025
1 parent 3ec85da commit 563a08b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,11 @@ RUN \
echo -n "ovsx: "; /tmp/opt/ovsx/bin/ovsx --version && \
echo "======================"

RUN initdb && \
RUN mkdir -p /tmp/extensions && \
initdb && \
/usr/local/bin/import_vsix.sh && \
chmod -R 777 /tmp/file && \
chmod -R 777 /tmp/extensions && \
rm /var/lib/pgsql/15/data/database/postmaster.pid && \
rm /var/run/postgresql/.s.PGSQL* && \
rm /tmp/.s.PGSQL* && \
Expand Down

0 comments on commit 563a08b

Please sign in to comment.