Skip to content

Commit 29e8d79

Browse files
committed
add missing package to the docker build
1 parent 772b923 commit 29e8d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/moonbeam-production.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WORKDIR /
1212

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

1717
RUN set -e
1818

0 commit comments

Comments
 (0)