Skip to content

Commit

Permalink
Add 'jq' for schema check against server
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann authored Feb 15, 2025
1 parent 7037117 commit 8f4af87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledgersmb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN set -x ; \
>> /etc/apt/apt.conf && \
apt-get -y update && \
apt-get -y install curl ca-certificates \
wget gnupg eatmydata && \
wget gnupg jq && \
cat /etc/os-release ; \
(wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --output /etc/apt/keyrings/postgresql.gpg --dearmor -) && \
echo "deb [signed-by=/etc/apt/keyrings/postgresql.gpg] http://apt.postgresql.org/pub/repos/apt/ $(grep VERSION_CODENAME /etc/os-release | cut -d= -f2 )-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
Expand Down

0 comments on commit 8f4af87

Please sign in to comment.