Console Output
18:05:15 + docker build -t dockerpinata/docker-py:py3-d69de54d7ce967ecd48db50ceecf1a700e84d7eb -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
18:05:15 Sending build context to Docker daemon 1.384MB
18:05:15 Step 1/23 : ARG PYTHON_VERSION=3.10
18:05:15 Step 2/23 : FROM python:${PYTHON_VERSION}
18:05:15 3.10: Pulling from library/python
18:05:15 d836772a1c1f: Already exists
18:05:15 66a9e63c657a: Already exists
18:05:15 d1989b6e74cf: Already exists
18:05:15 c28818711e1e: Already exists
18:05:15 5084fa7ebd74: Already exists
18:05:15 7f162c881e4f: Already exists
18:05:15 e3f48ccb2876: Already exists
18:05:15 315a1520c10e: Already exists
18:05:15 65ec519192cb: Already exists
18:05:15 Digest: sha256:de6743c4dfcc74b11fc7c2ff3df3f5bcd42010d1b3beed021436f5f987767f19
18:05:15 Status: Downloaded newer image for python:3.10
18:05:15 ---> 3a49f9c9c80e
18:05:15 Step 3/23 : ARG APT_MIRROR
18:05:15 ---> Running in ff0fea9520e1
18:05:15 Removing intermediate container ff0fea9520e1
18:05:15 ---> e9327fcffaa2
18:05:15 Step 4/23 : RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
18:05:15 ---> Running in e78b5f116866
18:05:16 Removing intermediate container e78b5f116866
18:05:16 ---> 869cdbedebb8
18:05:16 Step 5/23 : RUN apt-get update && apt-get -y install --no-install-recommends gnupg2 pass
18:05:16 ---> Running in 3a56d16cb71b
18:05:17 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
18:05:17 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
18:05:17 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
18:05:17 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
18:05:17 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
18:05:17 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
18:05:18 Fetched 8561 kB in 2s (5491 kB/s)
18:05:19 Reading package lists...
18:05:19 Reading package lists...
18:05:19 Building dependency tree...
18:05:19 Reading state information...
18:05:19 The following additional packages will be installed:
18:05:19 tree
18:05:19 Suggested packages:
18:05:19 python libxml-simple-perl ruby
18:05:19 Recommended packages:
18:05:19 qrencode xclip
18:05:19 The following NEW packages will be installed:
18:05:19 gnupg2 pass tree
18:05:20 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
18:05:20 Need to get 523 kB of archives.
18:05:20 After this operation, 727 kB of additional disk space will be used.
18:05:20 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
18:05:20 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
18:05:20 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
18:05:20 [91mdebconf: delaying package configuration, since apt-utils is not installed
18:05:20 [0mFetched 523 kB in 0s (1926 kB/s)
18:05:20 Selecting previously unselected package gnupg2.
18:05:20 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23421 files and directories currently installed.)
18:05:20 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ...
18:05:20 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
18:05:20 Selecting previously unselected package tree.
18:05:20 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
18:05:20 Unpacking tree (1.8.0-1+b1) ...
18:05:20 Selecting previously unselected package pass.
18:05:20 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
18:05:20 Unpacking pass (1.7.3-2) ...
18:05:20 Setting up gnupg2 (2.2.27-2+deb11u2) ...
18:05:20 Setting up tree (1.8.0-1+b1) ...
18:05:20 Setting up pass (1.7.3-2) ...
18:05:21 Removing intermediate container 3a56d16cb71b
18:05:21 ---> d2d9dfd3adbf
18:05:21 Step 6/23 : COPY tests/ssh/config/client /root/.ssh
18:05:21 ---> 9ee1f84915f8
18:05:21 Step 7/23 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
18:05:21 ---> 97e2b9d1cb3b
18:05:21 Step 8/23 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
18:05:21 ---> Running in 0e0ac8a748a1
18:05:22 Removing intermediate container 0e0ac8a748a1
18:05:22 ---> c9546f5d6acb
18:05:22 Step 9/23 : RUN chmod -R 600 /root/.ssh
18:05:22 ---> Running in b4343d44ac69
18:05:23 Removing intermediate container b4343d44ac69
18:05:23 ---> 2f875a1cbe5b
18:05:23 Step 10/23 : COPY ./tests/gpg-keys /gpg-keys
18:05:23 ---> 339dde149052
18:05:23 Step 11/23 : RUN gpg2 --import gpg-keys/secret
18:05:23 ---> Running in d9358f0b4fa6
18:05:23 [91mgpg: directory '/root/.gnupg' created
18:05:23 gpg: keybox '/root/.gnupg/pubring.kbx' created
18:05:23 [0m[91mgpg: /root/.gnupg/trustdb.gpg: trustdb created
18:05:23 [0m[91mgpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
18:05:23 [0m[91mgpg: key 464ED987A7B21401: secret key imported
18:05:23 gpg: Total number processed: 1
18:05:23 gpg: imported: 1
18:05:23 gpg: secret keys read: 1
18:05:23 gpg: secret keys imported: 1
18:05:23 [0mRemoving intermediate container d9358f0b4fa6
18:05:23 ---> 72752c7505d5
18:05:23 Step 12/23 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
18:05:23 ---> Running in 2751a1147a41
18:05:24 [91mgpg: inserting ownertrust of 6
18:05:24 [0mRemoving intermediate container 2751a1147a41
18:05:24 ---> ad5ef2d8777b
18:05:24 Step 13/23 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
18:05:24 ---> Running in 2e991514dd0d
18:05:24 [91mgpg: please do a --check-trustdb
18:05:24 [0mmkdir: created directory '/root/.password-store/'
18:05:24 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
18:05:25 Removing intermediate container 2e991514dd0d
18:05:25 ---> f2e500b2e2c1
18:05:25 Step 14/23 : RUN gpg2 --check-trustdb
18:05:25 ---> Running in eb012f475d78
18:05:25 [91mgpg: marginals needed: 3 completes needed: 1 trust model: pgp
18:05:25 [0m[91mgpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u
18:05:26 [0mRemoving intermediate container eb012f475d78
18:05:26 ---> 16d8ecff5dac
18:05:26 Step 15/23 : ARG CREDSTORE_VERSION=v0.6.3
18:05:26 ---> Running in 78d02bd2eabe
18:05:26 Removing intermediate container 78d02bd2eabe
18:05:26 ---> 1c32d003ca52
18:05:26 Step 16/23 : RUN curl -sSL -o /opt/docker-credential-pass.tar.gz https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && rm -rf /opt/docker-credential-pass.tar.gz && chmod +x /usr/local/bin/docker-credential-pass
18:05:26 ---> Running in 528db18705cb
18:05:27 Removing intermediate container 528db18705cb
18:05:27 ---> 45143e3d7bf2
18:05:27 Step 17/23 : WORKDIR /src
18:05:27 ---> Running in 015476f83abe
18:05:27 Removing intermediate container 015476f83abe
18:05:27 ---> ab948451d751
18:05:27 Step 18/23 : COPY requirements.txt /src/requirements.txt
18:05:27 ---> c815c371b35f
18:05:27 Step 19/23 : RUN pip install -r requirements.txt
18:05:27 ---> Running in fc9b14c9bdc9
18:05:29 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
18:05:33 Collecting packaging==21.3
18:05:34 Downloading packaging-21.3-py3-none-any.whl (40 kB)
18:05:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 KB 8.3 MB/s eta 0:00:00
18:05:34 Collecting paramiko==2.11.0
18:05:34 Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
18:05:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 KB 14.9 MB/s eta 0:00:00
18:05:34 Collecting requests==2.28.1
18:05:34 Downloading requests-2.28.1-py3-none-any.whl (62 kB)
18:05:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 KB 9.1 MB/s eta 0:00:00
18:05:34 Collecting urllib3==1.26.11
18:05:34 Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB)
18:05:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 KB 22.4 MB/s eta 0:00:00
18:05:34 Collecting websocket-client==1.3.3
18:05:34 Downloading websocket_client-1.3.3-py3-none-any.whl (54 kB)
18:05:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 KB 10.6 MB/s eta 0:00:00
18:05:34 Collecting pyparsing!=3.0.5,>=2.0.2
18:05:34 Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
18:05:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 KB 20.7 MB/s eta 0:00:00
18:05:34 Collecting pynacl>=1.0.1
18:05:34 Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
18:05:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 KB 68.1 MB/s eta 0:00:00
18:05:34 Collecting six
18:05:34 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
18:05:34 Collecting bcrypt>=3.1.3
18:05:34 Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB)
18:05:34 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 10.4 MB/s eta 0:00:00
18:05:35 Collecting cryptography>=2.5
18:05:35 Downloading cryptography-37.0.4-cp36-abi3-manylinux_2_24_x86_64.whl (4.1 MB)
18:05:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 71.3 MB/s eta 0:00:00
18:05:35 Collecting idna<4,>=2.5
18:05:35 Downloading idna-3.3-py3-none-any.whl (61 kB)
18:05:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 KB 14.0 MB/s eta 0:00:00
18:05:35 Collecting certifi>=2017.4.17
18:05:35 Downloading certifi-2022.6.15-py3-none-any.whl (160 kB)
18:05:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 KB 28.8 MB/s eta 0:00:00
18:05:35 Collecting charset-normalizer<3,>=2
18:05:35 Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
18:05:35 Collecting cffi>=1.1
18:05:35 Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
18:05:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 KB 63.9 MB/s eta 0:00:00
18:05:35 Collecting pycparser
18:05:35 Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
18:05:35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 KB 27.0 MB/s eta 0:00:00
18:05:35 Installing collected packages: websocket-client, urllib3, six, pyparsing, pycparser, idna, charset-normalizer, certifi, requests, packaging, cffi, pynacl, cryptography, bcrypt, paramiko
18:05:36 Successfully installed bcrypt-3.2.2 certifi-2022.6.15 cffi-1.15.1 charset-normalizer-2.1.0 cryptography-37.0.4 idna-3.3 packaging-21.3 paramiko-2.11.0 pycparser-2.21 pynacl-1.5.0 pyparsing-3.0.9 requests-2.28.1 six-1.16.0 urllib3-1.26.11 websocket-client-1.3.3
18:05:36 [91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
18:05:40 [0m[91mWARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
18:05:40 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
18:05:42 [0mRemoving intermediate container fc9b14c9bdc9
18:05:42 ---> def49d7704f2
18:05:42 Step 20/23 : COPY test-requirements.txt /src/test-requirements.txt
18:05:42 ---> a579e81ef678
18:05:42 Step 21/23 : RUN pip install -r test-requirements.txt
18:05:42 ---> Running in 8e2c9b37c526
18:05:47 Collecting setuptools==63.2.0
18:05:48 Downloading setuptools-63.2.0-py3-none-any.whl (1.2 MB)
18:05:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 44.9 MB/s eta 0:00:00
18:05:48 Collecting coverage==6.4.2
18:05:48 Downloading coverage-6.4.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (212 kB)
18:05:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/212.3 KB 32.0 MB/s eta 0:00:00
18:05:48 Collecting flake8==4.0.1
18:05:48 Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
18:05:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 KB 14.2 MB/s eta 0:00:00
18:05:48 Collecting pytest==7.1.2
18:05:48 Downloading pytest-7.1.2-py3-none-any.whl (297 kB)
18:05:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.0/297.0 KB 41.5 MB/s eta 0:00:00
18:05:48 Collecting pytest-cov==3.0.0
18:05:48 Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
18:05:48 Collecting pytest-timeout==2.1.0
18:05:48 Downloading pytest_timeout-2.1.0-py3-none-any.whl (12 kB)
18:05:48 Collecting pycodestyle<2.9.0,>=2.8.0
18:05:48 Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
18:05:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 KB 7.2 MB/s eta 0:00:00
18:05:48 Collecting mccabe<0.7.0,>=0.6.0
18:05:48 Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
18:05:48 Collecting pyflakes<2.5.0,>=2.4.0
18:05:48 Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
18:05:48 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 KB 16.7 MB/s eta 0:00:00
18:05:48 Collecting pluggy<2.0,>=0.12
18:05:48 Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
18:05:48 Collecting tomli>=1.0.0
18:05:48 Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
18:05:49 Collecting py>=1.8.2
18:05:49 Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
18:05:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 KB 17.5 MB/s eta 0:00:00
18:05:49 Collecting attrs>=19.2.0
18:05:49 Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB)
18:05:49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 KB 7.2 MB/s eta 0:00:00
18:05:49 Collecting iniconfig
18:05:49 Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
18:05:49 Requirement already satisfied: packaging in /usr/local/lib/python3.10/site-packages (from pytest==7.1.2->-r test-requirements.txt (line 4)) (21.3)
18:05:49 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging->pytest==7.1.2->-r test-requirements.txt (line 4)) (3.0.9)
18:05:49 Installing collected packages: mccabe, iniconfig, tomli, setuptools, pyflakes, pycodestyle, py, pluggy, coverage, attrs, pytest, flake8, pytest-timeout, pytest-cov
18:05:49 Attempting uninstall: setuptools
18:05:49 Found existing installation: setuptools 58.1.0
18:05:49 Uninstalling setuptools-58.1.0:
18:05:49 Successfully uninstalled setuptools-58.1.0
18:05:50 Successfully installed attrs-22.1.0 coverage-6.4.2 flake8-4.0.1 iniconfig-1.1.1 mccabe-0.6.1 pluggy-1.0.0 py-1.11.0 pycodestyle-2.8.0 pyflakes-2.4.0 pytest-7.1.2 pytest-cov-3.0.0 pytest-timeout-2.1.0 setuptools-63.2.0 tomli-2.0.1
18:05:50 [91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
18:05:50 [0m[91mWARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
18:05:50 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
18:05:51 [0mRemoving intermediate container 8e2c9b37c526
18:05:51 ---> 4452707635f8
18:05:51 Step 22/23 : COPY . /src
18:05:51 ---> 7d1d352da00c
18:05:51 Step 23/23 : RUN pip install .
18:05:51 ---> Running in a2c5c3a1412f
18:05:52 Processing /src
18:05:52 Preparing metadata (setup.py): started
18:05:52 Preparing metadata (setup.py): finished with status 'done'
18:05:52 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (21.3)
18:05:52 Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (2.28.1)
18:05:52 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (1.26.11)
18:05:52 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (1.3.3)
18:05:52 Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /usr/local/lib/python3.10/site-packages (from packaging>=14.0->docker==6.0.0.dev0) (3.0.9)
18:05:52 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==6.0.0.dev0) (3.3)
18:05:52 Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==6.0.0.dev0) (2.1.0)
18:05:52 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/site-packages (from requests>=2.26.0->docker==6.0.0.dev0) (2022.6.15)
18:05:52 Building wheels for collected packages: docker
18:05:52 Building wheel for docker (setup.py): started
18:05:53 Building wheel for docker (setup.py): finished with status 'done'
18:05:53 Created wheel for docker: filename=docker-6.0.0.dev0-py3-none-any.whl size=146048 sha256=50736c7b16e247c21d6faca02f337a41179e04ce175a6e6cb8d16e69c195a7be
18:05:53 Stored in directory: /tmp/pip-ephem-wheel-cache-htx517yf/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
18:05:53 Successfully built docker
18:05:53 Installing collected packages: docker
18:05:53 Successfully installed docker-6.0.0.dev0
18:05:53 [91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
18:05:53 [0m[91mWARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
18:05:53 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
18:05:53 [0mRemoving intermediate container a2c5c3a1412f
18:05:53 ---> 6548d420dff6
18:05:53 Successfully built 6548d420dff6
18:05:53 Successfully tagged dockerpinata/docker-py:py3-d69de54d7ce967ecd48db50ceecf1a700e84d7eb