Skip to content

Commit a302595

Browse files
committed
Add dnf update in Dockerfile
1 parent 8483f0c commit a302595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dockerfile.el9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG PGVER
44

55
ENV PGVER=$PGVER
66

7-
RUN dnf -y install sudo && dnf -y groupinstall "Development Tools"
7+
RUN dnf -y update && dnf -y install sudo && dnf -y groupinstall "Development Tools"
88

99
RUN useradd -m pgedge -s /bin/bash && \
1010
echo pgedge:asdf | chpasswd && \

0 commit comments

Comments
 (0)