Skip to content

Commit

Permalink
path.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Apr 1, 2024
1 parent 33fa5fa commit f17ae52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/mavlink-api/Dockerfile.mavlink-api
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PYTHONPATH=${PYTHONPATH}:${PWD}
RUN apt-get update -yq && apt-get install -yq jq && apt-get clean

COPY renovate.json .
RUN pip3 install "$(jq -r .constraints.poetry renovate.json)"
RUN pip3 install poetry=="$(jq -r .constraints.poetry renovate.json)"
COPY utils/mavlink-api/pyproject.toml .
RUN poetry config virtualenvs.create false
RUN poetry install --no-dev
Expand Down
2 changes: 1 addition & 1 deletion utils/mavlink-api/Dockerfile.mqtt-publisher
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PYTHONPATH=${PYTHONPATH}:${PWD}
RUN apt-get update -yq && apt-get install -yq jq && apt-get clean

COPY renovate.json .
RUN pip3 install "$(jq -r .constraints.poetry renovate.json)"
RUN pip3 install poetry=="$(jq -r .constraints.poetry renovate.json)"
COPY utils/mavlink-api/pyproject.toml .
RUN poetry config virtualenvs.create false
RUN poetry install --no-dev
Expand Down

0 comments on commit f17ae52

Please sign in to comment.