the last step:"# Build harbor arm image:
make build GOBUILDTAGS="include_oss include_gcs" BUILDBIN=true NOTARYFLAG=true TRIVYFLAG=true CHARTFLAG=true GEN_TLS=true PULL_BASE_FROM_DOCKERHUB=false"
it will use command 'apt' to install somethings, but my arm os is centos steam9,how to fix it?
" >>> && apt-get install -y --no-install-recommends python-yaml=3.12-1"
the console output these message.And it is the error cause centos steam9 has no "apt" command
the last step:"# Build harbor arm image: make build GOBUILDTAGS="include_oss include_gcs" BUILDBIN=true NOTARYFLAG=true TRIVYFLAG=true CHARTFLAG=true GEN_TLS=true PULL_BASE_FROM_DOCKERHUB=false"
it will use command 'apt' to install somethings, but my arm os is centos steam9,how to fix it?