Skip to content

Commit

Permalink
Pinned poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-iqt committed Nov 13, 2023
1 parent 2bb1671 commit 9a6aaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/mavlink-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.11-slim@sha256:f89d4d260b6a5caa6aa8e0e14b162deb76862890c91779c31f7
WORKDIR /app
ENV PYTHONPATH=${PYTHONPATH}:${PWD}

RUN pip3 install poetry
RUN pip3 install poetry==1.1.5
COPY pyproject.toml .
RUN poetry config virtualenvs.create false
RUN poetry install --no-dev
Expand Down

0 comments on commit 9a6aaa9

Please sign in to comment.