-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installing deno on alpine leads to deno: not found #311
Comments
I'm running into the same issue, and I think it's something to do with this section of the
|
this should be fixed now by passing for example
|
Actually, sorry that does not completely fix your issue. You're right, it seems like that alpine base image just doesn't have some dependencies that the deno binary needs.
Otherwise, there is an official Deno Alpine image |
Hi all, i want to create a frontend service in a custom docker container but after installing deno, it is not found on cmd but the binary is there. maybe the binary is not compatible with alpine linux?
I use following Docker file
the output of the installation is following
you can already see here the not found error.
so i checked /usr/local/bin
the file is there and is executable
echo $PATH shows following
so executable is there but is for some reason it is not found. i cannot use alpines apk add deno because it is in version 1.4 and i would like to use the latest one.
maybe someone has an idea?
The text was updated successfully, but these errors were encountered: