container: Rebase on dch-base
parent
e9da2cdd28
commit
ae24d8a810
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue