Skip to content

Commit

Permalink
fixed pip install issue on devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldrian Harjati committed Oct 23, 2023
1 parent f1c9fba commit 6007468
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 @@ -9,8 +9,8 @@ COPY poetry.lock .
RUN apk add --update git curl

# install pip dependencies
RUN pip install --upgrade pip & \
pip install poetry
RUN pip install --upgrade pip
RUN pip install poetry

# run poetry install
RUN poetry config virtualenvs.create false
Expand Down

0 comments on commit 6007468

Please sign in to comment.