diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index d9b559230..ad3076d54 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -29,8 +29,8 @@ RUN apt-get update \ && apt-get install -y \ python3 \ python3-pip \ - && ln -s /usr/bin/python3 /usr/bin/python \ - && ln -s /usr/bin/pip3 /usr/bin/pip + && ln -s /usr/bin/python3 /usr/bin/python + # Install Terraform RUN wget -O terraform.zip https://releases.hashicorp.com/terraform/0.13.4/terraform_0.13.4_linux_amd64.zip \