Installing Doppler CLI on docker

Hello everyone, Please inside which terminal do i paste the command below to install doppler CLI in Docker:

RUN (curl -Ls --tlsv1.2 --proto “=https” --retry 3 https://cli.doppler.com/install.sh || wget -t 3 -qO- https://cli.doppler.com/install.sh) | sh

Hi @queen_nnakwue,

You would add the Doppler CLI installation commands to your Dockerfile which means you wouldn’t have to paste them into any terminal.

I’d recommend taking a look at our Dockerfile documentation guide which includes a fully working example.

1 Like

Thank you very much for your feedback Ryan. I’ll do as you suggest and provide feedback.

Many thanks.

1 Like