We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88ec13 commit 55ea096Copy full SHA for 55ea096
.github/workflows/Dockerfile
@@ -4,6 +4,7 @@ USER root
4
RUN dpkg --add-architecture i386 && \
5
apt-get update --fix-missing -y && \
6
apt-get install -y software-properties-common gcc-multilib make m4 && \
7
+ apt-get install pkg-config && \
8
rm -rf /var/lib/apt/lists/*
9
10
USER opam
0 commit comments