Console Output
02:11:09 + docker build -t rpm-build-tmp .
02:11:09 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
02:11:09 Install the buildx component to build images with BuildKit:
02:11:09 https://docs.docker.com/go/buildx/
02:11:09
02:11:11 Sending build context to Docker daemon 258.8MB
02:11:11
02:11:11 Step 1/3 : FROM docker.openmodelica.org/build-deps:fc40.amd64
02:11:11 ---> 4c8c02429e77
02:11:11 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.25.0~dev~401~ge33883c-1.fc40.x86_64.rpm /root
02:11:14 ---> 1eebbc2f370c
02:11:14 Step 3/3 : RUN rpm -i /root/openmodelica-nightly-1.25.0~dev~401~ge33883c-1.fc40.x86_64.rpm
02:11:14 ---> Running in 93e493673b90
02:11:29 ---> Removed intermediate container 93e493673b90
02:11:29 ---> 3dfefdcc0393
02:11:29 Successfully built 3dfefdcc0393
02:11:29 Successfully tagged rpm-build-tmp:latest