Console Output
02:09:57 + docker build -t rpm-build-tmp .
02:09:57 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:57 Install the buildx component to build images with BuildKit:
02:09:57 https://docs.docker.com/go/buildx/
02:09:57
02:09:59 Sending build context to Docker daemon 258MB
02:09:59
02:09:59 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:09:59 ---> 4c8c02429e77
02:09:59 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~339~gc43eca2-1.fc40.x86_64.rpm /root
02:10:07 ---> 617730cea16d
02:10:07 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~339~gc43eca2-1.fc40.x86_64.rpm
02:10:07 ---> Running in 7907670b6186
02:10:29 Removing intermediate container 7907670b6186
02:10:29 ---> 325e0657da55
02:10:29 Successfully built 325e0657da55
02:10:29 Successfully tagged rpm-build-tmp:latest