deno inside of a docker container
Despite installing it and confirming it inside I can't run deno in this container. Any idea why?
4 Replies
Very weird. My only guess is that it has something to do with the Linux distro you're using, but I'm really not sure
Yeah, I had similar thoughts. I confirmed it's x86 vs arm but wasn't sure what else to check. Maybe there is some other library missing?
Maybe the install script is failing to detect the architecture and is downloading the executable for the wrong architecture
You could try to download and replace the executable manually
Download the proper architecture from here: https://github.com/denoland/deno/releases/
Deno has a Docker image, try to use it https://github.com/denoland/deno_docker
GitHub
GitHub - denoland/deno_docker: Latest dockerfiles and images for De...
Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu - denoland/deno_docker