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 7111b2d commit 00bd02fCopy full SHA for 00bd02f
3.11/debian/Dockerfile
@@ -12,5 +12,5 @@ ENV DEBIAN_FRONTEND=noninteractive
12
COPY prebuildfs /
13
14
RUN set -eux \
15
- install_packages gcc \
16
- pip install --no-cache-dir --upgrade pip
+ && install_packages gcc \
+ && pip install --no-cache-dir --upgrade pip
3.12/debian/Dockerfile
0 commit comments