Browse Source

Added bash

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

3
Dockerfile

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

0
upload_pipeline.sh

Loading…
Cancel
Save