Skip to content
Snippets Groups Projects
Verified Commit a38e8bff authored by Jesper Zedlitz's avatar Jesper Zedlitz
Browse files

install poetry as Debian package

parent 0bf03353
Branches
Tags
No related merge requests found
Pipeline #1929 passed with warnings
...@@ -10,15 +10,7 @@ RUN apt-get update && \ ...@@ -10,15 +10,7 @@ RUN apt-get update && \
musl-dev \ musl-dev \
libgeos-dev \ libgeos-dev \
libproj-dev \ libproj-dev \
&& python3 -m pip install --upgrade pip \ python3-poetry
&& python3 -m pip install pipx \
&& python3 -m pipx ensurepath
# Ensure pipx is in the PATH
ENV PATH="/root/.local/bin:${PATH}"
# Install poetry using pipx
RUN pipx install poetry
# Set the working directory inside the container # Set the working directory inside the container
WORKDIR /app WORKDIR /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment