Skip to content

Commit

Permalink
add missing package to the docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
noandrea committed Nov 28, 2023
1 parent 772b923 commit 29e8d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/moonbeam-production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /

RUN echo "*** Installing Basic dependencies ***"
RUN apt-get update && apt-get install -y ca-certificates && update-ca-certificates
RUN apt install --assume-yes git clang curl libssl-dev llvm libudev-dev make protobuf-compiler
RUN apt install --assume-yes git clang curl libssl-dev llvm libudev-dev make protobuf-compiler pkg-config

RUN set -e

Expand Down

0 comments on commit 29e8d79

Please sign in to comment.