From 22f74ebca711c6c66d7b9d217954a19edc7db5fb Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <36064197+trudeaua21@users.noreply.github.com> Date: Wed, 20 Oct 2021 01:29:22 -0400 Subject: [PATCH] (might fail) remove rm rf call --- action/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/action/Dockerfile b/action/Dockerfile index b694818..cf87fdb 100644 --- a/action/Dockerfile +++ b/action/Dockerfile @@ -15,7 +15,6 @@ RUN apt-get update \ && apt-get install -y --force-yes \ jq \ && apt-get clean \ -&& rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/* ADD steps /steps RUN chmod -R +x /steps