Skip to content

Commit

Permalink
Merge pull request #14 from jtaleric/update_dockerfile
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
smccarthy788 authored Jan 24, 2024
2 parents d7eb144 + 3b6cdb4 commit 8ff1669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ RUN apt-get update --assume-yes && \
&& rm -rf /var/lib/apt/lists/*

# Get poetry package
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
RUN curl -sSL https://install.python-poetry.org | python3 -
# Adding poetry to PATH
ENV PATH="/root/.poetry/bin:$PATH"
ENV PATH="/root/.local/bin/:$PATH"

# Copy the rest of the program over
COPY --chown=hunter:hunter . ${HUNTER_HOME}
Expand Down

0 comments on commit 8ff1669

Please sign in to comment.