Test removing jq install from Dockerfile
parent
1a9d37433e
commit
6aa7a6f443
|
@ -10,13 +10,6 @@ LABEL "repository"="http://github.com/webbertakken/unity-actions"
|
||||||
LABEL "homepage"="http://github.com/webbertakken/unity-actions"
|
LABEL "homepage"="http://github.com/webbertakken/unity-actions"
|
||||||
LABEL "maintainer"="Webber Takken <webber@takken.io>"
|
LABEL "maintainer"="Webber Takken <webber@takken.io>"
|
||||||
|
|
||||||
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
|
ADD steps /steps
|
||||||
RUN chmod -R +x /steps
|
RUN chmod -R +x /steps
|
||||||
ADD entrypoint.sh /entrypoint.sh
|
ADD entrypoint.sh /entrypoint.sh
|
||||||
|
|
Loading…
Reference in New Issue