Adding on some additional repos and proxy repo configs

This commit is contained in:
James Jones
2024-02-04 13:48:24 -05:00
parent af2358be62
commit 9876714525

View File

@@ -2,8 +2,8 @@ ARG ARTIFACTORY
FROM ${ARTIFACTORY}/podman/stable:latest
RUN dnf install -y --nogpgcheck \
https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm && \
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm && \
dnf groupupdate core -y
# Adding on the docker alias, docker-compose and other useful stuff including the Azure CLI and RPM build tools along with FPM