Skip to content

Commit

Permalink
feat: getting poetry dependecy working (#143)
Browse files Browse the repository at this point in the history
* feat: getting poetry dependecy working

* feat: getting poetry dependecy working

* feat: getting poetry dependecy working

* feat: getting poetry dependecy working

* feat: getting poetry dependecy working
  • Loading branch information
ryan-timothy-albert authored Jun 26, 2024
1 parent 581cf34 commit 31a5a50
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ RUN apk add --update --no-cache nodejs npm
### Install Python
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 -
### Install Poetry and validate
RUN pip3 install poetry
RUN poetry --version

### Install Java
RUN apk add --update --no-cache openjdk11 gradle
Expand Down

0 comments on commit 31a5a50

Please sign in to comment.