Skip to content

Commit

Permalink
Install jq (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
schattingh authored Nov 30, 2023
1 parent 351f0cc commit 2343b1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ RUN ln -s /usr/local/aws-cli/v2/current/dist/aws /usr/local/bin/aws && \
apt-get update && \
apt-get install --no-install-recommends -y \
curl \
openssh-client \
git && \
git \
jq \
openssh-client && \
rm -rf /var/lib/apt/lists/*

RUN ssh-keyscan github.com 2>/dev/null > /etc/ssh/ssh_known_hosts
Expand Down

0 comments on commit 2343b1e

Please sign in to comment.