goharbor / harbor-arm

Build Harbor for arm architecture.
Apache License 2.0
69 stars 41 forks source link

there is not command 'apt' in centos steam9 #47

Open cenjianlong opened 1 year ago

cenjianlong commented 1 year ago

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?

cenjianlong commented 1 year ago

" >>> && 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