File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -41,4 +41,6 @@ RUN sed -i 's/# Note: These calls will alter the results of any subsequent macro
4141# Assert utility versions
4242RUN test "$(rpm --eval '%[ v" '"$(rpm -q --qf ' %{VERSION}\n ' mock)"' " >= v" 6.4" ]')" = "1"
4343
44+ ADD resolv.conf /etc/resolv.conf
45+
4446RUN grep sys.exit /usr/lib/python3.*/site-packages/rpmautospec/specparser.py
Original file line number Diff line number Diff line change 1+ # This empty file is required for Mock to function correctly in modern Podman
2+ # with --network=none. See these links for more information:
3+ # https://bugzilla.redhat.com/show_bug.cgi?id=2433808
4+ # rpm-software-management/mock#1697
5+ # https://github.com/konflux-ci/rpmbuild-pipeline-environment-container/pull/118
You can’t perform that action at this time.
0 commit comments