Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #450 from paritytech/al-jq-package-molecule
Browse files Browse the repository at this point in the history
Include JQ in Molecule image
  • Loading branch information
lazam authored Aug 24, 2022
2 parents 2419666 + 12183b7 commit 5873e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/molecule/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN pip install --no-cache-dir \

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
docker.io \
docker.io jq \
&& rm -rf /var/lib/apt/lists/* \
&& rm -Rf /usr/share/doc && rm -Rf /usr/share/man \
&& apt-get clean
Expand Down

0 comments on commit 5873e15

Please sign in to comment.