1
0
Fork 0

container: Rebase on dch-base

master
Dustin 2024-07-11 20:18:05 -05:00
parent bef7206642
commit 76cb7c7958
1 changed files with 2 additions and 2 deletions

View File

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