Fix hadolint install
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
IamTheFij 2020-08-19 13:47:54 -07:00
parent c9d19f9c01
commit 0e09d2ca2c

View File

@ -12,7 +12,8 @@ steps:
image: python:3 image: python:3
commands: commands:
- pip install docker-compose pre-commit - pip install docker-compose pre-commit
- wget -L -o /usr/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v1.18.0/hadolint-Linux-x86_64 - wget -L -O /usr/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v1.18.0/hadolint-Linux-x86_64
- chmod +x /usr/bin/hadolint
- make check - make check
- name: itest - name: itest