Skip to content

Commit

Permalink
Add jq to the generator's Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Feb 18, 2021
1 parent b49f1cb commit b6df63d
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 @@ -7,7 +7,7 @@ COPY ${jar} /github-changelog-generator.jar

RUN export DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get install --no-install-recommends -y tzdata ca-certificates curl
RUN apt-get install --no-install-recommends -y tzdata ca-certificates curl jq
RUN ln -fs /usr/share/zoneinfo/UTC /etc/localtime
RUN dpkg-reconfigure --frontend noninteractive tzdata
RUN rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit b6df63d

Please sign in to comment.