Browse Source

Added bash

master
Drew Short 5 years ago
parent
commit
2c849494fb
  1. 1
      Dockerfile
  2. 0
      upload_pipeline.sh

1
Dockerfile

@ -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/*

0
upload_pipeline.sh

Loading…
Cancel
Save