kata-containers/osbuilder

dockerfile: remove arch-specific dockerfiles

Pennyzct opened this issue · 0 comments

Hi guys

I've invented aarch64-specific dockerfiles in #412, and it's causing problem, thanks @jodh-intel for pointing out in #449 (review), that is, a few common improvements introduced to generic file have been missing in Dockerfile-aarch64.in.

The difference comes from how to install musl tool chains.
So, here, I'd like to remove arch-specific dockerfiles with simply let ubuntu/debian use the same musl installing method as other distros do.