multi-py / python-oso

Multiarchitecture Docker Containers for Python and OSO
MIT License
10 stars 1 forks source link

dockerfile doesn't build on alpine #2

Open tbp105 opened 10 months ago

tbp105 commented 10 months ago

The dockerfile alpine line is missing curl and bash to make rustup work, git for the checkout and libffi-dev for the build

So should be RUN if which apk > /dev/null ; then apk add build-base jq curl bash git libffi-dev; fi