浏览代码

Merge pull request #39717 from thaJeztah/add_python_wheel

Dockerfile: add python3-wheel back again (for yamllint)
Sebastiaan van Stijn 5 年之前
父节点
当前提交
07b48c9e08
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 \