From e5234f508c0e8bbed42d059f73ba942f78f43b4d Mon Sep 17 00:00:00 2001 From: Ron Green <11993626+georgettica@users.noreply.github.com> Date: Sun, 27 Dec 2020 18:29:39 +0200 Subject: [PATCH] fix(lint): remove duplicate files as I created #1753 and seperated the dependencies, there is no need for the duplication This reverts [PARTIALLY] commit 026ccfe0bad492997f1ecf0a4c55d7cd0f1a96a8. --- testing.Dockerfile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 testing.Dockerfile diff --git a/testing.Dockerfile b/testing.Dockerfile deleted file mode 100644 index a1b4a046fd..0000000000 --- a/testing.Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -FROM fedora -RUN yum install --assumeyes \ - ShellCheck \ - python-devel \ - python \ - golang \ - pip \ - && \ - yum clean all -RUN pip3 install pre-commit -RUN GO111MODULE=on go get mvdan.cc/sh/v3/cmd/shfmt &&\ - ln -s ~/go/bin/shfmt /usr/local/bin