Skip to content

Commit 00bd02f

Browse files
committed
fix Dockerfile
1 parent 7111b2d commit 00bd02f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

3.11/debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ ENV DEBIAN_FRONTEND=noninteractive
1212
COPY prebuildfs /
1313

1414
RUN set -eux \
15-
install_packages gcc \
16-
pip install --no-cache-dir --upgrade pip
15+
&& install_packages gcc \
16+
&& pip install --no-cache-dir --upgrade pip

3.12/debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ ENV DEBIAN_FRONTEND=noninteractive
1212
COPY prebuildfs /
1313

1414
RUN set -eux \
15-
install_packages gcc \
16-
pip install --no-cache-dir --upgrade pip
15+
&& install_packages gcc \
16+
&& pip install --no-cache-dir --upgrade pip

0 commit comments

Comments
 (0)