mirror of
https://github.com/hassio-addons/addon-base-python.git
synced 2025-05-06 20:31:22 +00:00
🔨 Pins package versions
This commit is contained in:
parent
445458bb59
commit
2a53e66ad3
1 changed files with 28 additions and 26 deletions
|
@ -13,35 +13,37 @@ ENV \
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
# Install base system
|
# Install base system
|
||||||
|
# hadolint ignore=DL3003,SC2155
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
coreutils \
|
bzip2-dev=1.0.6-r6 \
|
||||||
dpkg-dev dpkg \
|
coreutils=8.30-r0 \
|
||||||
expat-dev \
|
dpkg-dev=1.19.2-r0 \
|
||||||
findutils \
|
dpkg=1.19.2-r0 \
|
||||||
gcc \
|
expat-dev=2.2.6-r0 \
|
||||||
gdbm-dev \
|
findutils=4.6.0-r1 \
|
||||||
libc-dev \
|
gcc=8.2.0-r2 \
|
||||||
libffi-dev \
|
gdbm-dev=1.13-r1 \
|
||||||
libnsl-dev \
|
gnupg=2.2.12-r0 \
|
||||||
libtirpc-dev \
|
libc-dev=0.7.1-r0 \
|
||||||
linux-headers \
|
libffi-dev=3.2.1-r6 \
|
||||||
make \
|
libnsl-dev=1.2.0-r0 \
|
||||||
ncurses-dev \
|
libtirpc-dev=1.0.3-r0 \
|
||||||
openssl-dev \
|
linux-headers=4.18.13-r1 \
|
||||||
pax-utils \
|
make=4.2.1-r2 \
|
||||||
readline-dev \
|
ncurses-dev=6.1_p20190105-r0 \
|
||||||
sqlite-dev \
|
openssl-dev=1.1.1b-r1 \
|
||||||
tcl-dev \
|
pax-utils=1.2.3-r0 \
|
||||||
tk \
|
readline-dev=7.0.003-r1 \
|
||||||
tk-dev \
|
sqlite-dev=3.26.0-r3 \
|
||||||
util-linux-dev \
|
|
||||||
xz-dev \
|
|
||||||
zlib-dev \
|
|
||||||
bzip2-dev \
|
|
||||||
gnupg \
|
|
||||||
tar=1.32-r0 \
|
tar=1.32-r0 \
|
||||||
xz \
|
tcl-dev=8.6.9-r0 \
|
||||||
|
tk-dev=8.6.9-r0 \
|
||||||
|
tk=8.6.9-r0 \
|
||||||
|
util-linux-dev=2.33-r0 \
|
||||||
|
xz-dev=5.2.4-r0 \
|
||||||
|
xz=5.2.4-r0 \
|
||||||
|
zlib-dev=1.2.11-r1 \
|
||||||
\
|
\
|
||||||
&& curl -J -L -o /tmp/python.tar.xz \
|
&& curl -J -L -o /tmp/python.tar.xz \
|
||||||
"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
|
"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue