```RUN curl -fsSL <https://get.pulumi.com> | sh ...
# getting-started
c
Copy code
RUN curl -fsSL <https://get.pulumi.com> | sh 

ENV PATH "$PATH:~/.pulumi/bin/"

RUN echo "export PATH=$PATH:~/.pulumi/bin/" >> ~/.bashrc && . ~/.bashrc

RUN cp -r ~/.pulumi/bin/* /usr/local/bin/