File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ FROM fedora:$version
33ARG project=minsky
44ARG version
55ADD . /root
6- RUN dnf install -y 'dnf-command(config-manager)' util-linux
7- RUN dnf config-manager --add-repo https://download.opensuse.org/repositories/home:hpcoder1/Fedora_$version/home:hpcoder1.repo
6+ #RUN dnf install -y 'dnf-command(config-manager)' util-linux
7+ RUN dnf install -y yum-config-manager util-linux
8+ #RUN dnf config-manager add-repo --from-repofile=https://download.opensuse.org/repositories/home:/hpcoder1/Fedora_$version/home:hpcoder1.repo
9+ RUN yum-config-manager --add-repo=https://download.opensuse.org/repositories/home:/hpcoder1/Fedora_$version/home:hpcoder1.repo
810RUN dnf install -y $project
911RUN useradd -m minsky
1012RUN su - minsky -c "minsky --version --no-sandbox"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ for i in Dockerfile-*[^~]; do
1111 case $i in
1212 Dockerfile-debian) versions=" 11 12" ;;
1313 Dockerfile-ubuntu) versions=" 22.04 24.04 24.10" ;;
14- Dockerfile-fedora) versions=" 37 38 39 40 " ;;
14+ Dockerfile-fedora) versions=" 40 41 " ;;
1515 Dockerfile-leap) versions=" 15.4 15.5" ;;
1616 * ) versions=default;;
1717 esac
You can’t perform that action at this time.
0 commit comments