Console Output
02:17:36 + docker build -t rpm-build-tmp .
02:17:36 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:17:36 Install the buildx component to build images with BuildKit:
02:17:36 https://docs.docker.com/go/buildx/
02:17:36
02:17:39 Sending build context to Docker daemon 262.2MB
02:17:39
02:17:39 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc39.amd64
02:17:39 ---> 80d44c85c12b
02:17:39 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~112~gb8e50a4-1.fc39.x86_64.rpm /root
02:17:47 ---> ad478974b8c6
02:17:47 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~112~gb8e50a4-1.fc39.x86_64.rpm
02:17:47 ---> Running in 34e35b10a3c9
02:18:09 Removing intermediate container 34e35b10a3c9
02:18:09 ---> 10b7b141da69
02:18:09 Successfully built 10b7b141da69
02:18:09 Successfully tagged rpm-build-tmp:latest