Mercurial > code > home > repos > homeauto
diff service/mqtt_to_rdf/Dockerfile @ 1724:8d2c75a93d82
use pdm (these are new deps)
author | drewp@bigasterisk.com |
---|---|
date | Tue, 20 Jun 2023 23:13:09 -0700 |
parents | 2085ed9cfcc4 |
children |
line wrap: on
line diff
--- a/service/mqtt_to_rdf/Dockerfile Fri Jun 16 22:23:33 2023 -0700 +++ b/service/mqtt_to_rdf/Dockerfile Tue Jun 20 23:13:09 2023 -0700 @@ -2,10 +2,8 @@ WORKDIR /opt -RUN echo 2021-08-26 && apt-get update -RUN apt-get install -y git -COPY requirements.txt ./ -RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -r requirements.txt +COPY pyproject.toml pdm.lock ./ +RUN pdm install COPY package.json5 pnpm-lock.yaml ./ RUN pnpm install