From fd5aacaec3c3ccc31050ca2f356259e05c07d332 Mon Sep 17 00:00:00 2001 From: James Jones Date: Sun, 2 Jun 2024 09:58:21 -0400 Subject: [PATCH] Adding SMB support --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0000e70..f213952 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,9 @@ FROM ${ARTIFACTORY}/podman/stable:latest ENV SONAR_SCANNER_VERSION=5.0.1.3006 ENV SONAR_SCANNER_HOME=/opt/sonar-scanner +RUN echo ipv4 >> ~/.curlrc && \ + echo "inet4_only = on" >> ~/.wgetrc + RUN dnf install -y --nogpgcheck \ 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 && \