Google Cloud Storage library error inside docker, but outside on my pc it's working fine.
The library in question is this :-
Inside the code, the library simply download a json file from google storage.
When I run code outside the docker container locally, it works fine and is able to download the file.
The dockerfile I'm currently using is this :-
I've already tried using deno's official image
"@google-cloud/storage": "npm:@google-cloud/storage@^7.11.2",Inside the code, the library simply download a json file from google storage.
When I run code outside the docker container locally, it works fine and is able to download the file.
The dockerfile I'm currently using is this :-
I've already tried using deno's official image
FROM denoland/deno:latest and install nodejs inside it, but it throws the same error.