Skip to content

Commit

Permalink
add LD_LIBRARY_PATH in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Jan 27, 2024
1 parent 3666188 commit a37ae17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/chainlink.goreleaser.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ FROM ubuntu:20.04
ARG CHAINLINK_USER=root
ARG TARGETARCH
ENV DEBIAN_FRONTEND noninteractive
ENV LD_LIBRARY_PATH /usr/local/bin/libs:$LD_LIBRARY_PATH
RUN apt-get update && apt-get install -y ca-certificates gnupg lsb-release curl

# Install Postgres for CLI tools, needed specifically for DB backups
Expand Down

0 comments on commit a37ae17

Please sign in to comment.