We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43d181 commit 5344c34Copy full SHA for 5344c34
Dockerfile
@@ -2,7 +2,7 @@
2
FROM python:3 AS builder
3
WORKDIR /code
4
COPY . .
5
-RUN pip install --user --no-cache-dir --use-feature=in-tree-build --no-warn-script-location .
+RUN pip install --user --no-cache-dir --no-warn-script-location .
6
7
# second stage
8
FROM python:3-slim
Dockerfile.buster
FROM python:3.9-buster AS builder
FROM python:3.9-slim-buster
0 commit comments