Skip to content

Commit

Permalink
update where jq is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Apr 2, 2024
1 parent 885fce3 commit 77f40d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/chainlink.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ ARG COMMIT_SHA

COPY . .

RUN apt-get update && apt-get install -y jq

# Build the golang binary
RUN make install-chainlink

Expand All @@ -38,7 +40,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 jq
RUN apt-get update && apt-get install -y ca-certificates gnupg lsb-release curl

# 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 77f40d7

Please sign in to comment.