We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8483f0c commit a302595Copy full SHA for a302595
tests/Dockerfile.el9
@@ -4,7 +4,7 @@ ARG PGVER
4
5
ENV PGVER=$PGVER
6
7
-RUN dnf -y install sudo && dnf -y groupinstall "Development Tools"
+RUN dnf -y update && dnf -y install sudo && dnf -y groupinstall "Development Tools"
8
9
RUN useradd -m pgedge -s /bin/bash && \
10
echo pgedge:asdf | chpasswd && \
0 commit comments