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