Fix hadolint install
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-08-19 13:47:54 -07:00
parent c9d19f9c01
commit 0e09d2ca2c
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ steps:
image: python:3
commands:
- 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
- name: itest