File tree Expand file tree Collapse file tree 1 file changed +28
-26
lines changed
Expand file tree Collapse file tree 1 file changed +28
-26
lines changed Original file line number Diff line number Diff line change @@ -13,35 +13,37 @@ ENV \
1313SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
1414
1515# Install base system
16+ # hadolint ignore=DL3003,SC2155
1617RUN \
1718 apk add --no-cache --virtual .build-dependencies \
18- coreutils \
19- dpkg-dev dpkg \
20- expat-dev \
21- findutils \
22- gcc \
23- gdbm-dev \
24- libc-dev \
25- libffi-dev \
26- libnsl-dev \
27- libtirpc-dev \
28- linux-headers \
29- make \
30- ncurses-dev \
31- openssl-dev \
32- pax-utils \
33- readline-dev \
34- sqlite-dev \
35- tcl-dev \
36- tk \
37- tk-dev \
38- util-linux-dev \
39- xz-dev \
40- zlib-dev \
41- bzip2-dev \
42- gnupg \
19+ bzip2-dev=1.0.6-r6 \
20+ coreutils=8.30-r0 \
21+ dpkg-dev=1.19.2-r0 \
22+ dpkg=1.19.2-r0 \
23+ expat-dev=2.2.6-r0 \
24+ findutils=4.6.0-r1 \
25+ gcc=8.2.0-r2 \
26+ gdbm-dev=1.13-r1 \
27+ gnupg=2.2.12-r0 \
28+ libc-dev=0.7.1-r0 \
29+ libffi-dev=3.2.1-r6 \
30+ libnsl-dev=1.2.0-r0 \
31+ libtirpc-dev=1.0.3-r0 \
32+ linux-headers=4.18.13-r1 \
33+ make=4.2.1-r2 \
34+ ncurses-dev=6.1_p20190105-r0 \
35+ openssl-dev=1.1.1b-r1 \
36+ pax-utils=1.2.3-r0 \
37+ readline-dev=7.0.003-r1 \
38+ sqlite-dev=3.26.0-r3 \
4339 tar=1.32-r0 \
44- xz \
40+ tcl-dev=8.6.9-r0 \
41+ tk-dev=8.6.9-r0 \
42+ tk=8.6.9-r0 \
43+ util-linux-dev=2.33-r0 \
44+ xz-dev=5.2.4-r0 \
45+ xz=5.2.4-r0 \
46+ zlib-dev=1.2.11-r1 \
4547 \
4648 && curl -J -L -o /tmp/python.tar.xz \
4749 "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
You can’t perform that action at this time.
0 commit comments