Skip to content

Commit

Permalink
Install jq in kitchen sink image (#258)
Browse files Browse the repository at this point in the history
This images is used for pulumi devcontainer and running many pulumi make
commands require jq installed
  • Loading branch information
andrzejressel authored Sep 2, 2024
1 parent ce2d010 commit f763e93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

- Include jq in the kitchen sink image
([#258](https://github.com/pulumi/pulumi-docker-containers/pull/258))

- Include pyenv and Python 3.9 to 3.12 in the kitchen sink image
([#232](https://github.com/pulumi/pulumi-docker-containers/pull/232))

Expand Down
1 change: 1 addition & 0 deletions docker/pulumi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apt-get update -y && \
ca-certificates \
curl \
git \
jq \
gnupg \
libbz2-dev \
libffi-dev \
Expand Down

0 comments on commit f763e93

Please sign in to comment.