Skip to content

Commit

Permalink
feat: getting poetry dependecy working
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Jun 26, 2024
1 parent a181196 commit fc2b097
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ RUN apk add --update --no-cache nodejs npm
RUN apk add --update --no-cache python3 py3-pip python3-dev

### Install Poetry and set up PATH
ENV POETRY_HOME="/opt/poetry"
ENV PATH="$POETRY_HOME/bin:$PATH"
RUN curl -sSL https://install.python-poetry.org | python3 -
RUN pip3 install poetry
RUN pip3 list -v
RUN poetry --version

### Install Java
Expand Down

0 comments on commit fc2b097

Please sign in to comment.