chore: remove stray bits from containerfile

This commit is contained in:
xynydev 2024-01-24 18:13:55 +02:00
parent 5544b46786
commit e7407a0bcd

View file

@ -2,8 +2,7 @@ FROM registry.fedoraproject.org/fedora:latest AS builder
RUN dnf update -y && dnf install --disablerepo='*' --enablerepo='fedora,updates' --setopt install_weak_deps=0 --nodocs --assumeyes git wget unzip make rpm-build && dnf clean all
RUN mkdir -p /tmp/ublue-os/files/usr /tmp/ublue-os/{rpms,build}
COPY files /tmp/ublue-os/files
RUN mkdir -p /tmp/ublue-os/{rpms,build}
COPY build /tmp/ublue-os/build
ADD fetch.sh /tmp/fetch.sh
@ -15,7 +14,6 @@ RUN cd /tmp/ublue-os/build/backgrounds && make && cp /tmp/ublue-os/rpmbuild/RPMS
FROM scratch
COPY --from=builder /tmp/ublue-os/files /files
COPY --from=builder /tmp/ublue-os/rpms /rpms
COPY --from=ghcr.io/ublue-os/ublue-update:latest /rpms/ublue-update.noarch.rpm /rpms
COPY modules /modules