diff --git a/Containerfile b/Containerfile index e1af10a..8b9ffcc 100644 --- a/Containerfile +++ b/Containerfile @@ -3,6 +3,7 @@ FROM git.pyrocufflink.net/containerimages/dch-base AS build RUN --mount=type=cache,target=/var/cache \ microdnf install -y \ --setopt install_weak_deps=0 \ + git-core \ python3 \ python3-pip \ python3-setuptools \