Skip to content

Commit a5afb79

Browse files
committed
Add dnf update to 3.16 branch
1 parent 3307de2 commit a5afb79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dependencies/che-plugin-registry/build/dockerfiles/rhel.Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ COPY ./build/dockerfiles/rhel.install.sh /tmp
4343
RUN /tmp/rhel.install.sh && rm -f /tmp/rhel.install.sh
4444

4545
# Install postgresql and nodejs
46-
RUN dnf module install postgresql:15/server nodejs:18/development -y
46+
RUN dnf -y update && \
47+
dnf module install postgresql:15/server nodejs:18/development -y
4748

4849
# Copy OpenVSX server files
4950
COPY --chown=0:0 /openvsx-server.tar.gz .

0 commit comments

Comments
 (0)