Skip to content

Commit

Permalink
Test removing jq install from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
trudeaua21 committed Oct 21, 2021
1 parent 1a9d374 commit 6aa7a6f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ LABEL "repository"="http://github.com/webbertakken/unity-actions"
LABEL "homepage"="http://github.com/webbertakken/unity-actions"
LABEL "maintainer"="Webber Takken <[email protected]>"

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
Expand Down

0 comments on commit 6aa7a6f

Please sign in to comment.