make: Add a Dockerfile to build mgmt for Fedora

This commit is contained in:
Laurent Indermuehle
2023-07-10 21:18:47 +02:00
parent 7d73c7fca9
commit 0dcfe027b0
19 changed files with 74 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ ROOT=$(dirname "${BASH_SOURCE}")/..
cd "${ROOT}"
. test/util.sh
#if in_ci travis jenkins; then
#if in_env travis jenkins; then
# echo "Travis and Jenkins give wonky results here, skipping test!"
# exit 0
#fi