Skip to content

Commit

Permalink
Merge pull request #6 from alliance-genome/AGR-2493
Browse files Browse the repository at this point in the history
AGR-2493: Added jq package to base image (for use in ansible_devops code)
  • Loading branch information
oblodgett authored Nov 24, 2020
2 parents 693b76f + e52c04a commit f698fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /workdir

RUN apt-get update && apt-get -qq install -y apt-utils && apt-get -qq upgrade -y && apt-get -qq dist-upgrade -y

RUN apt-get -qq install -y --no-install-recommends make vim vim-common vim-runtime ssh git wget unzip locales nodejs python3.7 python3-pip maven ansible curl python-pip tabix vcftools awscli gcc python3-dev
RUN apt-get -qq install -y --no-install-recommends make vim vim-common vim-runtime ssh git wget unzip locales nodejs python3.7 python3-pip maven ansible curl python-pip tabix vcftools awscli gcc python3-dev jq

RUN pip install boto
RUN pip3 install setuptools wheel
Expand Down

0 comments on commit f698fb6

Please sign in to comment.