Skip to content

Commit

Permalink
add jq
Browse files Browse the repository at this point in the history
  • Loading branch information
nambrot committed Nov 24, 2023
1 parent f69ae23 commit d6ee552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ENV ImageOS=ubuntu22
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
sudo curl wget build-essential git-all pkg-config libssl-dev \
lsb-release \
lsb-release jq \
&& rm -rf /var/lib/apt/lists/*

RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
Expand Down

0 comments on commit d6ee552

Please sign in to comment.