Explorar o código

Merge pull request #36741 from tonistiigi/yamllint

dockerfile: restore yamllint
Sebastiaan van Stijn %!s(int64=7) %!d(string=hai) anos
pai
achega
1d59c66b70
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

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