Browse Source

Merge pull request #39717 from thaJeztah/add_python_wheel

Dockerfile: add python3-wheel back again (for yamllint)
Sebastiaan van Stijn 5 years ago
parent
commit
07b48c9e08
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -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 \