From 6aa7a6f44365495960f1e470e9fcf90f369683f0 Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <36064197+trudeaua21@users.noreply.github.com> Date: Thu, 21 Oct 2021 01:16:03 -0400 Subject: [PATCH] Test removing jq install from Dockerfile --- action/Dockerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/action/Dockerfile b/action/Dockerfile index b694818..f420b80 100644 --- a/action/Dockerfile +++ b/action/Dockerfile @@ -10,13 +10,6 @@ LABEL "repository"="http://github.com/webbertakken/unity-actions" LABEL "homepage"="http://github.com/webbertakken/unity-actions" LABEL "maintainer"="Webber Takken " -RUN apt-get update \ -&& apt-get upgrade -y --force-yes \ -&& 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 ADD entrypoint.sh /entrypoint.sh