-
Notifications
You must be signed in to change notification settings - Fork 105
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
deno compile
example?
#369
Comments
I got the same issue it seems to happen only inside Docker containers, but the strange thing is that if I run it manually inside a devcontainer this error does not occur |
I get the same issue. It seems unhappy using So if running a multi-stage build you still need to use Similar issue noted in #428, #373 and #350, there's also a lot of discussion on If you really need to use the alpine image I think the workarounds included here should fix: |
It seemes like with version 2.1.1 on Debian it is solved at least for my case, give it a try |
@twosaturdayscode i still get errors - can you provide a short version of your Dockerfile to compare? |
I think it would just confuse you, but let me give more details about my case, I'm using |
Currently the README explains how to use deno with the
deno run
command inside the Docker images.But there are no examples for using
deno compile
I have tried to do so, but I didn't succeed, getting an error like that:
The text was updated successfully, but these errors were encountered: