Skip to content

Commit

Permalink
Fix docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanderaa committed Jan 15, 2025
1 parent 3ed2d4b commit 6f03a59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ RUN apt-get -y update && apt-get -y install --no-install-recommends \
git \
&& rm -rf /var/lib/apt/lists/*

RUN curl -sSL https://install.python-poetry.org | python3 - && \
# Install specific version of Poetry (1.8.5)
RUN curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.5 python3 - && \
/root/.local/bin/poetry config virtualenvs.create false

WORKDIR /source
Expand Down
1 change: 1 addition & 0 deletions development/Dockerfile.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

!/pyproject.toml
!/poetry.lock
!/README.md

0 comments on commit 6f03a59

Please sign in to comment.