Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
buremba committed May 16, 2024
1 parent 964ebae commit adedc0b
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 @@ -6,8 +6,8 @@ RUN apt-get update && apt-get -y upgrade \
# Set separate working directory for easier debugging.
WORKDIR /app

RUN pip install 'poetry==1.2.1'
COPY pyproject.toml ./
RUN pip install 'poetry==1.8.3'
COPY pyproject.toml poetry.lock ./
# Install the dependencies first, so that we can cache them.
RUN poetry install --with test

Expand Down

0 comments on commit adedc0b

Please sign in to comment.