Skip to content

Commit

Permalink
Turn on dnf fastest mirrors to prevent getting stuck on slow default …
Browse files Browse the repository at this point in the history
…mirrors. (ansible#1944)

No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner authored Oct 23, 2023
1 parent a479d54 commit 014f75b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profiles/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM localhost/oci_env/pulp:base
RUN echo "fastestmirror=1" >> /etc/dnf/dnf.conf

COPY . /opt/galaxy_ng/
WORKDIR /opt/galaxy_ng/
Expand Down

0 comments on commit 014f75b

Please sign in to comment.