hirefrank
hirefrank4mo ago

deno inside of a docker container

Despite installing it and confirming it inside I can't run deno in this container. Any idea why?
No description
No description
4 Replies
Leokuma
Leokuma4mo ago
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
hirefrank
hirefrank4mo ago
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?
Leokuma
Leokuma4mo ago
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/
Jgamer1y
Jgamer1y4mo ago
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