puppetlabs / bolt-vanagon

Apache License 2.0
2 stars 31 forks source link

Fix puppet-bolt Dockerfile linting. #175

Closed scbjans closed 2 years ago

scbjans commented 2 years ago

puppet-bolt is not pushed to the Docker Hub since bolt 3.18.0. Upon inspection the Dockerfile couldn't be linted anymore, with following error:

Dockerfile:24 DL3047 info: Avoid use of wget without progress bar. Usewget --progress=dot:giga .Or consider using-qor-nv(shorthands for--quietor--no-verbose). Makefile:47: recipe for target 'lint' failed

This (small) fix; fixes the Dockerfile linting for puppet-bolt.