Merge pull request #36741 from tonistiigi/yamllint

dockerfile: restore yamllint
Upstream-commit: 1d59c66b704ad94f9f7b40b82b9df16cc6082a0a
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2018-03-30 10:22:44 +01:00
committed by GitHub
+1
View File
@@ -233,6 +233,7 @@ COPY --from=docker-py /docker-py /docker-py
# above.
RUN cd /docker-py \
&& pip install docker-pycreds==0.2.1 \
&& pip install yamllint==1.5.0 \
&& pip install -r test-requirements.txt
ENV PATH=/usr/local/cli:$PATH