server icon indicating copy to clipboard operation
server copied to clipboard

Add curl package on ARM Dockerfile

Open sadmin91 opened this issue 3 years ago • 2 comments

On issue #308, curl package has been added on standard Dockerfile. is it possible to add this package on ARM Dockerfile?

sadmin91 avatar Aug 30 '20 16:08 sadmin91

That's not that easy because we need some kind of emulation on travis-ci to install packages while building the arm docker image. I'll see what I can do.

jmattheis avatar Aug 31 '20 17:08 jmattheis

Github actions supports multiple operating systems on multiple architectures, including arm64.

minecraftchest1 avatar Oct 03 '21 21:10 minecraftchest1