1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #39717 from thaJeztah/add_python_wheel

Dockerfile: add python3-wheel back again (for yamllint)
This commit is contained in:
Sebastiaan van Stijn 2019-08-22 02:31:14 +02:00 committed by GitHub
commit 07b48c9e08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,6 +248,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
pigz \
python3-pip \
python3-setuptools \
python3-wheel \
thin-provisioning-tools \
vim \
vim-common \