Skip to content

Commit

Permalink
Merge pull request #10 from suckowbiz/master
Browse files Browse the repository at this point in the history
Support for yamllint
  • Loading branch information
mwindower authored Nov 16, 2020
2 parents 49368f2 + f890442 commit 3545371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ This repository defines and builds some basic Dockerfiles that are used in the m

| Name | Description |
| --------------------- | --------------------------------------------------- |
| metal-deployment-base | Can be used when deploying metal-stack with Ansible |
| metal-deployment-base | Can be used when deploying metal-stack with Ansible |
1 change: 1 addition & 0 deletions metal-deployment/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN set -x \
libvirt-dev \
ruby-dev \
rsync \
yamllint \
&& curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian buster stable" \
&& apt-get update \
Expand Down

0 comments on commit 3545371

Please sign in to comment.