Skip to content

Console Output

22:32:37 + docker build -t dockerpinata/docker-py:py3-b0081fbf90e730b54dd8b9b773092350181a1c8b -f tests/Dockerfile --build-arg PYTHON_VERSION=3.10 .
22:32:37 Sending build context to Docker daemon   1.38MB

22:32:37 Step 1/23 : ARG PYTHON_VERSION=3.10
22:32:37 Step 2/23 : FROM python:${PYTHON_VERSION}
22:32:37 3.10: Pulling from library/python
22:32:37 d836772a1c1f: Already exists
22:32:37 66a9e63c657a: Already exists
22:32:37 d1989b6e74cf: Already exists
22:32:37 c28818711e1e: Already exists
22:32:37 5084fa7ebd74: Already exists
22:32:37 7f162c881e4f: Already exists
22:32:37 e3f48ccb2876: Already exists
22:32:37 315a1520c10e: Already exists
22:32:37 65ec519192cb: Already exists
22:32:37 Digest: sha256:316505e6339d405068ada7f57db3244aed8907dc06ce30725bfb28d7e7ab8b21
22:32:37 Status: Downloaded newer image for python:3.10
22:32:37  ---> 3a49f9c9c80e
22:32:37 Step 3/23 : ARG APT_MIRROR
22:32:37  ---> Running in 8f9426b48e08
22:32:37 Removing intermediate container 8f9426b48e08
22:32:37  ---> 270bee043e79
22:32:37 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
22:32:37  ---> Running in 9bd295dd7b6a
22:32:38 Removing intermediate container 9bd295dd7b6a
22:32:38  ---> 71e8231a4a9c
22:32:38 Step 5/23 : RUN apt-get update && apt-get -y install --no-install-recommends     gnupg2     pass
22:32:38  ---> Running in 4fda5bfedde1
22:32:39 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
22:32:39 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
22:32:39 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
22:32:39 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
22:32:39 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
22:32:39 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
22:32:40 Fetched 8561 kB in 2s (5454 kB/s)
22:32:40 Reading package lists...
22:32:41 Reading package lists...
22:32:41 Building dependency tree...
22:32:41 Reading state information...
22:32:41 The following additional packages will be installed:
22:32:41   tree
22:32:41 Suggested packages:
22:32:41   python libxml-simple-perl ruby
22:32:41 Recommended packages:
22:32:41   qrencode xclip
22:32:41 The following NEW packages will be installed:
22:32:41   gnupg2 pass tree
22:32:41 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
22:32:41 Need to get 523 kB of archives.
22:32:41 After this operation, 727 kB of additional disk space will be used.
22:32:41 Get:1 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
22:32:41 Get:2 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
22:32:41 Get:3 http://deb.debian.org/debian bullseye/main amd64 pass all 1.7.3-2 [39.2 kB]
22:32:42 debconf: delaying package configuration, since apt-utils is not installed
22:32:42 Fetched 523 kB in 0s (1648 kB/s)
22:32:42 Selecting previously unselected package gnupg2.
22:32:42 (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.)
22:32:42 Preparing to unpack .../gnupg2_2.2.27-2+deb11u2_all.deb ...
22:32:42 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
22:32:42 Selecting previously unselected package tree.
22:32:42 Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
22:32:42 Unpacking tree (1.8.0-1+b1) ...
22:32:42 Selecting previously unselected package pass.
22:32:42 Preparing to unpack .../archives/pass_1.7.3-2_all.deb ...
22:32:42 Unpacking pass (1.7.3-2) ...
22:32:42 Setting up gnupg2 (2.2.27-2+deb11u2) ...
22:32:42 Setting up tree (1.8.0-1+b1) ...
22:32:42 Setting up pass (1.7.3-2) ...
22:32:43 Removing intermediate container 4fda5bfedde1
22:32:43  ---> 390b7dc31e76
22:32:43 Step 6/23 : COPY tests/ssh/config/client /root/.ssh
22:32:43  ---> 77fd0ec4095b
22:32:43 Step 7/23 : COPY tests/ssh/config/server/known_ed25519.pub /root/.ssh/known_hosts
22:32:43  ---> f1a06ae13aa1
22:32:43 Step 8/23 : RUN sed -i '1s;^;dpy-dind-ssh ;' /root/.ssh/known_hosts
22:32:43  ---> Running in c6d370ff8c87
22:32:44 Removing intermediate container c6d370ff8c87
22:32:44  ---> 2c9b1604f41c
22:32:44 Step 9/23 : RUN chmod -R 600 /root/.ssh
22:32:44  ---> Running in 0815b23d62b8
22:32:45 Removing intermediate container 0815b23d62b8
22:32:45  ---> b2b8c693b341
22:32:45 Step 10/23 : COPY ./tests/gpg-keys /gpg-keys
22:32:45  ---> fb501cac4dc2
22:32:45 Step 11/23 : RUN gpg2 --import gpg-keys/secret
22:32:45  ---> Running in f5afff112e9b
22:32:45 gpg: directory '/root/.gnupg' created
22:32:45 gpg: keybox '/root/.gnupg/pubring.kbx' created
22:32:45 gpg: /root/.gnupg/trustdb.gpg: trustdb created
22:32:45 gpg: key 464ED987A7B21401: public key "Sakuya Izayoi <sakuya@gensokyo.jp>" imported
22:32:45 gpg: key 464ED987A7B21401: secret key imported
22:32:45 gpg: Total number processed: 1
22:32:45 gpg:               imported: 1
22:32:45 gpg:       secret keys read: 1
22:32:45 gpg:   secret keys imported: 1
22:32:45 Removing intermediate container f5afff112e9b
22:32:45  ---> b49b5a60cacd
22:32:45 Step 12/23 : RUN gpg2 --import-ownertrust gpg-keys/ownertrust
22:32:45  ---> Running in 24da8bc10308
22:32:46 gpg: inserting ownertrust of 6
22:32:46 Removing intermediate container 24da8bc10308
22:32:46  ---> 51522827be45
22:32:46 Step 13/23 : RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
22:32:46  ---> Running in c1a42d1a59da
22:32:47 gpg: please do a --check-trustdb
22:32:47 mkdir: created directory '/root/.password-store/'
22:32:47 Password store initialized for 9781B87DAB042E6FD51388A5464ED987A7B21401
22:32:47 Removing intermediate container c1a42d1a59da
22:32:47  ---> a96724070990
22:32:47 Step 14/23 : RUN gpg2 --check-trustdb
22:32:47  ---> Running in 6158fbb3bc17
22:32:47 gpg: marginals needed: 3  completes needed: 1  trust model: pgp
22:32:47 gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
22:32:47 Removing intermediate container 6158fbb3bc17
22:32:47  ---> 7e74ec5409cf
22:32:47 Step 15/23 : ARG CREDSTORE_VERSION=v0.6.3
22:32:48  ---> Running in 98101acc736b
22:32:48 Removing intermediate container 98101acc736b
22:32:48  ---> aa5bfd4ae599
22:32:48 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
22:32:48  ---> Running in 01d564aacdb2
22:32:49 Removing intermediate container 01d564aacdb2
22:32:49  ---> 1908d7462012
22:32:49 Step 17/23 : WORKDIR /src
22:32:49  ---> Running in ba219a44652a
22:32:49 Removing intermediate container ba219a44652a
22:32:49  ---> 9720113104c5
22:32:49 Step 18/23 : COPY requirements.txt /src/requirements.txt
22:32:49  ---> 6f58eea19ca0
22:32:49 Step 19/23 : RUN pip install -r requirements.txt
22:32:49  ---> Running in ef67446fc06f
22:32:51 Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment
22:32:55 Collecting packaging==21.3
22:32:56   Downloading packaging-21.3-py3-none-any.whl (40 kB)
22:32:56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/40.8 KB 7.3 MB/s eta 0:00:00
22:32:56 Collecting paramiko==2.11.0
22:32:56   Downloading paramiko-2.11.0-py2.py3-none-any.whl (212 kB)
22:32:56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.9/212.9 KB 23.7 MB/s eta 0:00:00
22:32:56 Collecting requests==2.28.1
22:32:56   Downloading requests-2.28.1-py3-none-any.whl (62 kB)
22:32:56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 KB 12.0 MB/s eta 0:00:00
22:32:56 Collecting urllib3==1.26.11
22:32:56   Downloading urllib3-1.26.11-py2.py3-none-any.whl (139 kB)
22:32:56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.9/139.9 KB 21.9 MB/s eta 0:00:00
22:32:56 Collecting websocket-client==0.56.0
22:32:56   Downloading websocket_client-0.56.0-py2.py3-none-any.whl (200 kB)
22:32:56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.6/200.6 KB 39.4 MB/s eta 0:00:00
22:32:56 Collecting pyparsing!=3.0.5,>=2.0.2
22:32:56   Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB)
22:32:56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/98.3 KB 23.8 MB/s eta 0:00:00
22:32:56 Collecting bcrypt>=3.1.3
22:32:56   Downloading bcrypt-3.2.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (62 kB)
22:32:56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.3/62.3 KB 15.8 MB/s eta 0:00:00
22:32:56 Collecting pynacl>=1.0.1
22:32:56   Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB)
22:32:56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 856.7/856.7 KB 72.6 MB/s eta 0:00:00
22:32:56 Collecting cryptography>=2.5
22:32:56   Downloading cryptography-37.0.4-cp36-abi3-manylinux_2_24_x86_64.whl (4.1 MB)
22:32:56      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 98.5 MB/s eta 0:00:00
22:32:56 Collecting six
22:32:56   Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
22:32:57 Collecting certifi>=2017.4.17
22:32:57   Downloading certifi-2022.6.15-py3-none-any.whl (160 kB)
22:32:57      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.2/160.2 KB 33.3 MB/s eta 0:00:00
22:32:57 Collecting charset-normalizer<3,>=2
22:32:57   Downloading charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
22:32:57 Collecting idna<4,>=2.5
22:32:57   Downloading idna-3.3-py3-none-any.whl (61 kB)
22:32:57      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 KB 13.0 MB/s eta 0:00:00
22:32:57 Collecting cffi>=1.1
22:32:57   Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
22:32:57      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 KB 58.1 MB/s eta 0:00:00
22:32:57 Collecting pycparser
22:32:57   Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
22:32:57      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 KB 26.5 MB/s eta 0:00:00
22:32:57 Installing collected packages: urllib3, six, pyparsing, pycparser, idna, charset-normalizer, certifi, websocket-client, requests, packaging, cffi, pynacl, cryptography, bcrypt, paramiko
22:32:58 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-0.56.0
22:32:58 WARNING: 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
22:33:02 WARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
22:33:02 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
22:33:03 Removing intermediate container ef67446fc06f
22:33:03  ---> b48400497172
22:33:03 Step 20/23 : COPY test-requirements.txt /src/test-requirements.txt
22:33:03  ---> dd673b6f9ae2
22:33:03 Step 21/23 : RUN pip install -r test-requirements.txt
22:33:03  ---> Running in dac73d01ca2d
22:33:09 Collecting setuptools==63.2.0
22:33:10   Downloading setuptools-63.2.0-py3-none-any.whl (1.2 MB)
22:33:10      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 73.8 MB/s eta 0:00:00
22:33:10 Collecting coverage==6.4.2
22:33:10   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)
22:33:10      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 212.3/212.3 KB 39.9 MB/s eta 0:00:00
22:33:10 Collecting flake8==4.0.1
22:33:10   Downloading flake8-4.0.1-py2.py3-none-any.whl (64 kB)
22:33:10      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.1/64.1 KB 15.6 MB/s eta 0:00:00
22:33:10 Collecting pytest==7.1.2
22:33:10   Downloading pytest-7.1.2-py3-none-any.whl (297 kB)
22:33:10      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 297.0/297.0 KB 44.5 MB/s eta 0:00:00
22:33:10 Collecting pytest-cov==3.0.0
22:33:10   Downloading pytest_cov-3.0.0-py3-none-any.whl (20 kB)
22:33:10 Collecting pytest-timeout==2.1.0
22:33:10   Downloading pytest_timeout-2.1.0-py3-none-any.whl (12 kB)
22:33:10 Collecting mccabe<0.7.0,>=0.6.0
22:33:10   Downloading mccabe-0.6.1-py2.py3-none-any.whl (8.6 kB)
22:33:10 Collecting pyflakes<2.5.0,>=2.4.0
22:33:10   Downloading pyflakes-2.4.0-py2.py3-none-any.whl (69 kB)
22:33:10      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/69.7 KB 14.6 MB/s eta 0:00:00
22:33:10 Collecting pycodestyle<2.9.0,>=2.8.0
22:33:10   Downloading pycodestyle-2.8.0-py2.py3-none-any.whl (42 kB)
22:33:10      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 KB 8.7 MB/s eta 0:00:00
22:33:10 Collecting iniconfig
22:33:10   Downloading iniconfig-1.1.1-py2.py3-none-any.whl (5.0 kB)
22:33:10 Collecting py>=1.8.2
22:33:10   Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
22:33:10      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 KB 21.8 MB/s eta 0:00:00
22:33:10 Collecting pluggy<2.0,>=0.12
22:33:10   Downloading pluggy-1.0.0-py2.py3-none-any.whl (13 kB)
22:33:10 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)
22:33:10 Collecting tomli>=1.0.0
22:33:10   Downloading tomli-2.0.1-py3-none-any.whl (12 kB)
22:33:10 Collecting attrs>=19.2.0
22:33:10   Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB)
22:33:10      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 KB 16.1 MB/s eta 0:00:00
22:33:10 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)
22:33:11 Installing collected packages: mccabe, iniconfig, tomli, setuptools, pyflakes, pycodestyle, py, pluggy, coverage, attrs, pytest, flake8, pytest-timeout, pytest-cov
22:33:11   Attempting uninstall: setuptools
22:33:11     Found existing installation: setuptools 58.1.0
22:33:11     Uninstalling setuptools-58.1.0:
22:33:11       Successfully uninstalled setuptools-58.1.0
22:33:12 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
22:33:12 WARNING: 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
22:33:12 WARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
22:33:12 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
22:33:13 Removing intermediate container dac73d01ca2d
22:33:13  ---> 13451b4ee7c5
22:33:13 Step 22/23 : COPY . /src
22:33:13  ---> 8d774efd68a6
22:33:13 Step 23/23 : RUN pip install .
22:33:13  ---> Running in 89f79d86d6c0
22:33:14 Processing /src
22:33:14   Preparing metadata (setup.py): started
22:33:14   Preparing metadata (setup.py): finished with status 'done'
22:33:14 Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (21.3)
22:33:14 Requirement already satisfied: requests>=2.26.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (2.28.1)
22:33:14 Requirement already satisfied: urllib3>=1.26.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (1.26.11)
22:33:14 Requirement already satisfied: websocket-client>=0.32.0 in /usr/local/lib/python3.10/site-packages (from docker==6.0.0.dev0) (0.56.0)
22:33:14 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)
22:33:14 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)
22:33:14 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)
22:33:14 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)
22:33:14 Requirement already satisfied: six in /usr/local/lib/python3.10/site-packages (from websocket-client>=0.32.0->docker==6.0.0.dev0) (1.16.0)
22:33:14 Building wheels for collected packages: docker
22:33:14   Building wheel for docker (setup.py): started
22:33:14   Building wheel for docker (setup.py): finished with status 'done'
22:33:14   Created wheel for docker: filename=docker-6.0.0.dev0-py3-none-any.whl size=145775 sha256=c9d6993fcc09b80c9b66f4a002fb5800bc2f50072e52f7c6eb83b09373c47fcd
22:33:14   Stored in directory: /tmp/pip-ephem-wheel-cache-d2tdjsl8/wheels/5c/9b/23/f031c1877ee9aa5bf3ddc51ccc1ac38428d83c5d6eec32a03f
22:33:14 Successfully built docker
22:33:14 Installing collected packages: docker
22:33:15 Successfully installed docker-6.0.0.dev0
22:33:15 WARNING: 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
22:33:15 WARNING: You are using pip version 22.0.4; however, version 22.2.1 is available.
22:33:15 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
22:33:15 Removing intermediate container 89f79d86d6c0
22:33:15  ---> a7ad212065b8
22:33:15 Successfully built a7ad212065b8
22:33:15 Successfully tagged dockerpinata/docker-py:py3-b0081fbf90e730b54dd8b9b773092350181a1c8b