Skip to content

Commit

Permalink
add jq to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Apr 2, 2024
1 parent 2ee50c8 commit 885fce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/chainlink.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ FROM ubuntu:20.04

ARG CHAINLINK_USER=root
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y ca-certificates gnupg lsb-release curl
RUN apt-get update && apt-get install -y ca-certificates gnupg lsb-release curl jq

# Install Postgres for CLI tools, needed specifically for DB backups
RUN curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \
Expand Down

0 comments on commit 885fce3

Please sign in to comment.