This message was deleted.
# automation-api
s
This message was deleted.
m
Hi @brash-hairdresser-60389, have a look into our
Dockerfile
you may spot a difference: https://github.com/pulumi/pulumi-docker-containers/blob/main/docker/pulumi/Dockerfile
b
Thank you very much for your answer. So do you think the difference could be
Copy code
RUN curl -fsSL <https://get.pulumi.com/|https://get.pulumi.com/> | bash -s -- --version $PULUMI_VERSION && \ 
   mv ~/.pulumi/bin/* /usr/bin
The pulumi bin move to the usr bin?