Need Help Meteor on Alpine linux

Hello im newbie for the meteor.i created a alpine linux docker container and i installed meteor using
curl https://install.meteor.com | sh
and then i try to > meteor create hello
but then i got error like this

/var/www/.meteor/meteor: line 135: /var/www/.meteor/packages/meteor-tool/.1.4.0-1.13j49n2++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/node: No such file or directory
please help me

Meteor isn’t currently supported on Alpine - see:

Check out this docker image alpine-glibc
It seems to allow you to run meteor within an alpine image

@sameera88 @hwillson

I provided a meteor alpine image, and corresponding builders at
https://hub.docker.com/r/staeke/meteor-alpine/