|
@ -4,6 +4,7 @@ LABEL maintainer="Drew Short <warrick@sothr.com>" |
|
|
|
|
|
|
|
|
RUN apt-get -y update \ |
|
|
RUN apt-get -y update \ |
|
|
&& apt-get -y --no-install-recommends install \ |
|
|
&& apt-get -y --no-install-recommends install \ |
|
|
|
|
|
bash \ |
|
|
jq \ |
|
|
jq \ |
|
|
&& rm -Rf /var/lib/apt/lists/* |
|
|
&& rm -Rf /var/lib/apt/lists/* |
|
|
|
|
|
|
|
|