Skip to content

Commit

Permalink
Remove symbolic link for pip in devcontainer (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstjean committed May 13, 2021
1 parent 9030bc9 commit 1da1280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1da1280

Please sign in to comment.