Skip to content

Commit

Permalink
deploy: align poetry installation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomersch committed Jan 12, 2024
1 parent d8425a6 commit 691b945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN useradd -m osmcal
RUN chown osmcal /app

USER osmcal
RUN curl -sSL https://install.python-poetry.org | python3 -
RUN pip install poetry==1.7.1

# This is a hack to speed up docker builds through leveraging the layer cache.
COPY pyproject.toml poetry.lock Makefile ./
Expand Down

0 comments on commit 691b945

Please sign in to comment.