From 68d629d461a88173761b2b655140fa8faeeb8c8d Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 8 Oct 2020 09:14:31 -0500 Subject: [PATCH] fix pip --- .github/linters/.hadolint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/linters/.hadolint.yml b/.github/linters/.hadolint.yml index a53249c7..46f69af4 100644 --- a/.github/linters/.hadolint.yml +++ b/.github/linters/.hadolint.yml @@ -6,5 +6,6 @@ ignored: - DL4001 # Ignore wget and curl in same file - DL4006 # ignore pipefail as we dont want to add layers - DL3018 # We do pin version in pipfile.lock + - DL3013 # We do pin version in pipfile.lock - DL3003 # Ignore workdir so we dont add layers - SC2016 # ignore as its intepreted later