diff --git a/Containerfile b/Containerfile index f89430c..9c77144 100644 --- a/Containerfile +++ b/Containerfile @@ -28,8 +28,7 @@ ARG MANIFEST=fedora-standard COPY . /src WORKDIR /src RUN rm -vf /src/*.repo -RUN --mount=type=cache,target=/workdir \ - --mount=type=bind,rw,from=repos,src=/,dst=/repos <