Console Output
00:13:02 + docker build -t rpm-build-tmp .
00:13:02 DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
00:13:02 Install the buildx component to build images with BuildKit:
00:13:02 https://docs.docker.com/go/buildx/
00:13:02
00:13:10 Sending build context to Docker daemon 2.43GB
00:13:10
00:13:10 Step 1/3 : FROM docker.openmodelica.org/build-deps:el9.amd64
00:13:10 ---> b0b00f9a3fbe
00:13:10 Step 2/3 : COPY rpmbuild/RPMS/x86_64/openmodelica-nightly-1.26.0~dev~66~g9816b75-1.el9.x86_64.rpm /root
00:13:14 ---> 3bd4918ce478
00:13:14 Step 3/3 : RUN curl -s -O https://build.openmodelica.org/rpm/fake/fakeprovide-omlib-all.noarch.rpm && rpm -i fakeprovide-omlib-all.noarch.rpm && rpm -i /root/openmodelica-nightly-1.26.0~dev~66~g9816b75-1.el9.x86_64.rpm
00:13:14 ---> Running in 9dc83bbb7635
00:13:18 ---> Removed intermediate container 9dc83bbb7635
00:13:18 ---> caecb46d0271
00:13:19 Successfully built caecb46d0271
00:13:19 Successfully tagged rpm-build-tmp:latest