Skip to content

Commit e622e82

Browse files
committed
Reorganize slim buildDeps so they're easier to review diffs on
1 parent 38e00bb commit e622e82

File tree

4 files changed

+44
-4
lines changed

4 files changed

+44
-4
lines changed

2.7/slim/Dockerfile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@ ENV PYTHON_VERSION 2.7.10
2222
ENV PYTHON_PIP_VERSION 7.0.3
2323

2424
RUN set -x \
25-
&& buildDeps='curl gcc libbz2-dev libc6-dev libsqlite3-dev libssl-dev make xz-utils zlib1g-dev' \
25+
&& buildDeps=' \
26+
curl \
27+
gcc \
28+
libbz2-dev \
29+
libc6-dev \
30+
libsqlite3-dev \
31+
libssl-dev \
32+
make \
33+
xz-utils \
34+
zlib1g-dev \
35+
' \
2636
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \
2737
&& mkdir -p /usr/src/python \
2838
&& curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \

3.2/slim/Dockerfile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@ ENV PYTHON_VERSION 3.2.6
2222
ENV PYTHON_PIP_VERSION 7.0.3
2323

2424
RUN set -x \
25-
&& buildDeps='curl gcc libbz2-dev libc6-dev libsqlite3-dev libssl-dev make xz-utils zlib1g-dev' \
25+
&& buildDeps=' \
26+
curl \
27+
gcc \
28+
libbz2-dev \
29+
libc6-dev \
30+
libsqlite3-dev \
31+
libssl-dev \
32+
make \
33+
xz-utils \
34+
zlib1g-dev \
35+
' \
2636
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \
2737
&& mkdir -p /usr/src/python \
2838
&& curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \

3.3/slim/Dockerfile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@ ENV PYTHON_VERSION 3.3.6
2222
ENV PYTHON_PIP_VERSION 7.0.3
2323

2424
RUN set -x \
25-
&& buildDeps='curl gcc libbz2-dev libc6-dev libsqlite3-dev libssl-dev make xz-utils zlib1g-dev' \
25+
&& buildDeps=' \
26+
curl \
27+
gcc \
28+
libbz2-dev \
29+
libc6-dev \
30+
libsqlite3-dev \
31+
libssl-dev \
32+
make \
33+
xz-utils \
34+
zlib1g-dev \
35+
' \
2636
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \
2737
&& mkdir -p /usr/src/python \
2838
&& curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \

3.4/slim/Dockerfile

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@ ENV PYTHON_VERSION 3.4.3
2222
ENV PYTHON_PIP_VERSION 7.0.3
2323

2424
RUN set -x \
25-
&& buildDeps='curl gcc libbz2-dev libc6-dev libsqlite3-dev libssl-dev make xz-utils zlib1g-dev' \
25+
&& buildDeps=' \
26+
curl \
27+
gcc \
28+
libbz2-dev \
29+
libc6-dev \
30+
libsqlite3-dev \
31+
libssl-dev \
32+
make \
33+
xz-utils \
34+
zlib1g-dev \
35+
' \
2636
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* \
2737
&& mkdir -p /usr/src/python \
2838
&& curl -SL "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" -o python.tar.xz \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy