diff --git a/Containerfile b/Containerfile index 8a4bfcd..cf460d2 100644 --- a/Containerfile +++ b/Containerfile @@ -2,7 +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 && dnf clean all -RUN mkdir -p /tmp/ublue-os/files/{etc,usr} && mkdir /tmp/ublue-os/rpms +RUN mkdir -p /tmp/ublue-os/files/usr && mkdir /tmp/ublue-os/rpms COPY usr /tmp/ublue-os/files/usr ADD fetch.sh /tmp/fetch.sh