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