1
0

container: Rebase on dch-base

This commit is contained in:
2025-02-08 11:20:47 -06:00
parent e9da2cdd28
commit ae24d8a810

View File

@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora-minimal:39 AS build
FROM git.pyrocufflink.net/containerimages/dch-base AS build
RUN --mount=type=cache,target=/var/cache \
microdnf install -y \
@@ -16,7 +16,7 @@ WORKDIR /tmp/build
RUN python3 -m pip wheel -w dist .
FROM registry.fedoraproject.org/fedora-minimal:39
FROM git.pyrocufflink.net/containerimages/dch-base
RUN --mount=type=cache,target=/var/cache \
microdnf install -y \