Skip to content

Commit

Permalink
fix(devcontainer): We need Pulumi
Browse files Browse the repository at this point in the history
  • Loading branch information
9876691 authored Jun 28, 2022
1 parent 5cb6696 commit 35b7b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-env-as-code/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ ARG EARTHLY_VERSION=0.6.14
RUN sudo wget https://github.com/earthly/earthly/releases/download/v$EARTHLY_VERSION/earthly-linux-amd64 -O /usr/local/bin/earthly \
&& sudo chmod +x /usr/local/bin/earthly

# Pulumi for infrastructure as code
# Pulumi for infrastructure as code.
RUN curl -fsSL https://get.pulumi.com | sudo -E bash -
RUN sudo chown -R $USERNAME:$USERNAME /home/$USERNAME/.pulumi

0 comments on commit 35b7b15

Please sign in to comment.