We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b90b4 commit 9a71c88Copy full SHA for 9a71c88
2 files changed
3.11/debian/Dockerfile
@@ -10,3 +10,7 @@ LABEL maintainer="chinayin <whereismoney@qq.com>"
10
ENV DEBIAN_FRONTEND=noninteractive
11
12
COPY prebuildfs /
13
+
14
+RUN set -eux \
15
+ pip install --no-cache-dir --upgrade pip \
16
+ pip install --no-cache-dir pipenv
3.12/debian/Dockerfile
0 commit comments