Skip to content

Commit 9a71c88

Browse files
committed
add pipenv support
1 parent 58b90b4 commit 9a71c88

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

3.11/debian/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ LABEL maintainer="chinayin <whereismoney@qq.com>"
1010
ENV DEBIAN_FRONTEND=noninteractive
1111

1212
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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ LABEL maintainer="chinayin <whereismoney@qq.com>"
1010
ENV DEBIAN_FRONTEND=noninteractive
1111

1212
COPY prebuildfs /
13+
14+
RUN set -eux \
15+
pip install --no-cache-dir --upgrade pip \
16+
pip install --no-cache-dir pipenv

0 commit comments

Comments
 (0)