https://pulumi.com logo
c

crooked-spring-277

05/02/2022, 9:38 PM
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/
3 Views