We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4647f8a commit 4850302Copy full SHA for 4850302
services/mesh-forwarder/Dockerfile
@@ -22,7 +22,7 @@ COPY . .
22
RUN python -m venv /opt/venv
23
ENV PATH="/opt/venv/bin:$PATH"
24
25
-RUN pip install pipenv
+RUN pip install --upgrade pip pipenv setuptools
26
27
# Install dependencies into the current env instead of creating another venv
28
RUN pipenv install --deploy --system
services/mesh-forwarder/pyproject.toml
@@ -1,3 +1,3 @@
1
[build-system]
2
requires = ["setuptools", "wheel"]
3
-build-backend = "setuptools.build_meta:__legacy__"
+build-backend = "setuptools.build_meta"
0 commit comments