Skip to content

Commit

Permalink
Add jq to Dockerfile
Browse files Browse the repository at this point in the history
This ensures that the release builds can build the JSON metadata.
  • Loading branch information
nmattia committed Feb 16, 2024
1 parent 9f645c2 commit cc0d5dd
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 @@ -12,7 +12,7 @@ ENV TZ=UTC
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone && \
apt -yq update && \
apt -yqq install --no-install-recommends curl ca-certificates \
build-essential pkg-config libssl-dev llvm-dev liblmdb-dev clang cmake
build-essential pkg-config libssl-dev llvm-dev liblmdb-dev clang cmake jq

# Install node
RUN curl --fail -sSf https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
Expand Down

0 comments on commit cc0d5dd

Please sign in to comment.