mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #36741 from tonistiigi/yamllint
dockerfile: restore yamllint
This commit is contained in:
commit
1d59c66b70
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ COPY --from=docker-py /docker-py /docker-py
|
||||||
# above.
|
# above.
|
||||||
RUN cd /docker-py \
|
RUN cd /docker-py \
|
||||||
&& pip install docker-pycreds==0.2.1 \
|
&& pip install docker-pycreds==0.2.1 \
|
||||||
|
&& pip install yamllint==1.5.0 \
|
||||||
&& pip install -r test-requirements.txt
|
&& pip install -r test-requirements.txt
|
||||||
|
|
||||||
ENV PATH=/usr/local/cli:$PATH
|
ENV PATH=/usr/local/cli:$PATH
|
||||||
|
|
Loading…
Reference in a new issue