We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414f833 commit bc0024dCopy full SHA for bc0024d
Containerfile
@@ -1,13 +1,14 @@
1
-FROM docker.io/fedora:latest
+FROM registry.fedoraproject.org/fedora:latest
2
3
# Install prerequisites as specified in scripts/get.sh
4
RUN dnf install -y \
5
git \
6
curl \
7
bash \
8
which \
9
- util-linux-core \
10
- && dnf clean all
+ util-linux-core
+
11
+RUN dnf clean all
12
13
# Copy get.sh to verify installation
14
COPY scripts/get.sh /tmp/get.sh
0 commit comments