Console Output
02:09:55 + docker build -t rpm-build-tmp .
02:09:55 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:09:55 Install the buildx component to build images with BuildKit:
02:09:55 https://docs.docker.com/go/buildx/
02:09:55
02:09:57 Sending build context to Docker daemon 258.9MB
02:09:57
02:09:57 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:09:57 ---> 4c8c02429e77
02:09:57 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~285~g870aa41-1.fc40.x86_64.rpm /root
02:10:00 ---> 24154d6591f9
02:10:00 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~285~g870aa41-1.fc40.x86_64.rpm
02:10:00 ---> Running in 0cf9ce9d0a7d
02:10:15 Removing intermediate container 0cf9ce9d0a7d
02:10:15 ---> 38ea9b760f1b
02:10:15 Successfully built 38ea9b760f1b
02:10:15 Successfully tagged rpm-build-tmp:latest