Hey! What's the best way to install pulumi on my d...
# getting-started
r
Hey! What's the best way to install pulumi on my docker image ? I have a pre-existing alpine image, and i want to download pulumi on it, not use a pulumi docker image. I tried the below but it says pulumi not found:
Copy code
# for installing pulumi
RUN curl -fsSL <https://get.pulumi.com> | sh