We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772b923 commit 29e8d79Copy full SHA for 29e8d79
docker/moonbeam-production.Dockerfile
@@ -12,7 +12,7 @@ WORKDIR /
12
13
RUN echo "*** Installing Basic dependencies ***"
14
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
+RUN apt install --assume-yes git clang curl libssl-dev llvm libudev-dev make protobuf-compiler pkg-config
16
17
RUN set -e
18
0 commit comments