We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0430150 commit 0ab936cCopy full SHA for 0ab936c
docker/rockylinux9/Dockerfile
@@ -3,7 +3,7 @@ FROM mipsdkcontainer.azurecr.io/rockylinux9
3
## Common packages for linux build environment
4
RUN yum install -y yum-utils && \
5
yum-config-manager --enable crb && \
6
-yum update -y && \
+yum clean all && \
7
yum -y group install "Development Tools" && \
8
yum install -y libcurl-devel zlib-devel clang python pkg-config git bzip2 unzip make wget sudo cmake && \
9
yum -y install epel-release && \
0 commit comments