From 8abd1b4314d456e2ce5e95edc96ec61fc8ac3416 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 16 Sep 2021 22:26:40 +0300 Subject: [PATCH] Remove shellcheck from the image. With https://github.com/shellcheck-py/shellcheck-py it's no longer needed. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 87e7aa4..6794071 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,6 @@ RUN apt-get update && \ python3-pip \ python3-setuptools \ python3-venv \ - shellcheck \ && \ python3 -m pip install --no-cache-dir --upgrade pip && \ python3 -m pip install --no-cache-dir \ -- GitLab