1
0
Fork 0

container: Rebase on dch-base

master
Dustin 2025-02-08 11:20:47 -06:00
parent e9da2cdd28
commit ae24d8a810
1 changed files with 2 additions and 2 deletions

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 \ RUN --mount=type=cache,target=/var/cache \
microdnf install -y \ microdnf install -y \
@ -16,7 +16,7 @@ WORKDIR /tmp/build
RUN python3 -m pip wheel -w dist . 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 \ RUN --mount=type=cache,target=/var/cache \
microdnf install -y \ microdnf install -y \