Console Output
02:11:05 + docker build -t rpm-build-tmp .
02:11:05 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:05 Install the buildx component to build images with BuildKit:
02:11:05 https://docs.docker.com/go/buildx/
02:11:05
02:11:17 Sending build context to Docker daemon 2.43GB
02:11:17
02:11:17 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
02:11:17 ---> b0b00f9a3fbe
02:11:17 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~280~gebc2d57-1.el9.x86_64.rpm /root
02:11:19 ---> 97299300ff32
02:11:19 Step 3/3 : RUN curl -s -O https://build.openmodelica.org/rpm/fake/fakeprovide-omlib-all.noarch.rpm && rpm -i fakeprovide-omlib-all.noarch.rpm && rpm -i /root/openmodelica-nightly-1.25.0~dev~280~gebc2d57-1.el9.x86_64.rpm
02:11:19 ---> Running in 796d0c1cb076
02:11:26 Removing intermediate container 796d0c1cb076
02:11:26 ---> 86ec6ff5f3c5
02:11:26 Successfully built 86ec6ff5f3c5
02:11:26 Successfully tagged rpm-build-tmp:latest