2017-07-10 21:12:05 UTC
74.3 MB
0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
LANGC.UTF-8
PATH/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYTHON_PIP_VERSION9.0.1
PYTHON_VERSION3.6.2rc2
[#000] sha256:9f0706ba7422412cd468804fee456786f88bed94bf9aea6dde2a47f770d19d27 - 67.51% (50.2 MB)
[#001] sha256:872bf2d079adce23d347ec70f7bc99317b6ba55287999b533cabb372b867a51d - 4.67% (3.47 MB)
[#002] sha256:cfeb0a295c597e6b0090d7a5b77f1b225634a5e1e20cccb28cc5306f77e3ecf8 - 25.59% (19 MB)
[#003] sha256:a2fa8aee098b08a2e4d2a687544aeee5bf19f223f9301cdb3562cc3ec1f32027 - 0.0% (233 Bytes)
[#004] sha256:ea6dc4e0aff5cb9f57334defd866db51348c1836b0a6aab0aa952b8374038d2c - 2.23% (1.66 MB)
/bin/sh -c #(nop) ADD file:9c48682ff75c756544d4491472081a078edf5dd0bb5038d1cb850a1f9c480e3e in /
2017-06-20 20:13:34 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-06-21 18:15:44 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2017-06-21 18:15:45 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-06-21 18:26:22 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libexpat1 libffi6 libgdbm3 libsqlite3-0 libssl1.0.0 && rm -rf /var/lib/apt/lists/*
2017-06-21 18:46:54 UTC/bin/sh -c #(nop) ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
2017-07-10 21:09:56 UTC/bin/sh -c #(nop) ENV PYTHON_VERSION=3.6.2rc2
2017-07-10 21:11:47 UTC/bin/sh -c set -ex && buildDeps=' dpkg-dev gcc libbz2-dev libc6-dev libexpat1-dev libffi-dev libgdbm-dev liblzma-dev libncurses-dev libreadline-dev libsqlite3-dev libssl-dev make tcl-dev tk-dev wget xz-utils zlib1g-dev ' && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz" && wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEY" && gpg --batch --verify python.tar.xz.asc python.tar.xz && rm -rf "$GNUPGHOME" python.tar.xz.asc && mkdir -p /usr/src/python && tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz && rm python.tar.xz && cd /usr/src/python && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-shared --with-system-expat --with-system-ffi --without-ensurepip && make -j "$(nproc)" && make install && ldconfig && apt-get purge -y --auto-remove $buildDeps && find /usr/local -depth \( \( -type d -a -name test -o -name tests \) -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \) -exec rm -rf '{}' + && rm -rf /usr/src/python
2017-07-10 21:11:48 UTC/bin/sh -c cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s python3-config python-config
2017-07-10 21:11:49 UTC/bin/sh -c #(nop) ENV PYTHON_PIP_VERSION=9.0.1
2017-07-10 21:12:04 UTC/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget; rm -rf /var/lib/apt/lists/*; wget -O get-pip.py 'https://bootstrap.pypa.io/get-pip.py'; apt-get purge -y --auto-remove wget; python get-pip.py --disable-pip-version-check --no-cache-dir "pip==$PYTHON_PIP_VERSION" ; pip --version; find /usr/local -depth \( \( -type d -a -name test -o -name tests \) -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) \) -exec rm -rf '{}' +; rm -f get-pip.py
2017-07-10 21:12:05 UTC/bin/sh -c #(nop) CMD ["python3"]