Installing the Doppler CLI on docker

Hello everyone,
Please how can i install the Doppler CLI into Docker.
I have been trying for some days now without success

P.S- I’m using windows

See error message below:

executor failed running [/bin/sh -c (curl -Ls --tlsv1.2 --proto “=https” --retry 3 https://cli.doppler.com/install.sh || wget -t 3 -qO- https://cli.doppler.com/install.sh) | s]: exit code: 127

Hi @queen_nnakwue,

Are you receiving that error message when building your Docker image or running the container?

Could you provide the Dockerfile and build/run commands so I can better understand how everything fits together?