We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3307de2 commit a5afb79Copy full SHA for a5afb79
dependencies/che-plugin-registry/build/dockerfiles/rhel.Dockerfile
@@ -43,7 +43,8 @@ COPY ./build/dockerfiles/rhel.install.sh /tmp
43
RUN /tmp/rhel.install.sh && rm -f /tmp/rhel.install.sh
44
45
# Install postgresql and nodejs
46
-RUN dnf module install postgresql:15/server nodejs:18/development -y
+RUN dnf -y update && \
47
+ dnf module install postgresql:15/server nodejs:18/development -y
48
49
# Copy OpenVSX server files
50
COPY --chown=0:0 /openvsx-server.tar.gz .
0 commit comments