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 581cf34 commit a181196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apk add --update --no-cache python3 py3-pip python3-dev
ENV POETRY_HOME="/opt/poetry"
ENV PATH="$POETRY_HOME/bin:$PATH"
RUN curl -sSL https://install.python-poetry.org | python3 -
RUN poetry --version

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

0 comments on commit a181196

Please sign in to comment.