Merge pull request #39636 from thaJeztah/add_back_yamllint

Dockerfile: add back yamllint
This commit is contained in:
Kirill Kolyshkin 2019-07-30 17:17:54 -07:00 committed by GitHub
commit 589f1dad8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -222,6 +222,8 @@ RUN apt-get update && apt-get install -y \
g++-mingw-w64-x86-64 \
net-tools \
pigz \
python3-pip \
python3-setuptools \
thin-provisioning-tools \
vim \
vim-common \
@ -233,6 +235,9 @@ RUN apt-get update && apt-get install -y \
libnet1 \
libnl-3-200 \
--no-install-recommends
RUN pip3 install yamllint==1.16.0
COPY --from=swagger /build/swagger* /usr/local/bin/
COPY --from=frozen-images /build/ /docker-frozen-images
COPY --from=gometalinter /build/ /usr/local/bin/