Skip to content

Commit bc0024d

Browse files
change image for containerfile
1 parent 414f833 commit bc0024d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Containerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
FROM docker.io/fedora:latest
1+
FROM registry.fedoraproject.org/fedora:latest
22

33
# Install prerequisites as specified in scripts/get.sh
44
RUN dnf install -y \
55
git \
66
curl \
77
bash \
88
which \
9-
util-linux-core \
10-
&& dnf clean all
9+
util-linux-core
10+
11+
RUN dnf clean all
1112

1213
# Copy get.sh to verify installation
1314
COPY scripts/get.sh /tmp/get.sh

0 commit comments

Comments
 (0)