Skip to content

Commit 55ea096

Browse files
authored
Update Dockerfile
1 parent c88ec13 commit 55ea096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ USER root
44
RUN dpkg --add-architecture i386 && \
55
apt-get update --fix-missing -y && \
66
apt-get install -y software-properties-common gcc-multilib make m4 && \
7+
apt-get install pkg-config && \
78
rm -rf /var/lib/apt/lists/*
89

910
USER opam

0 commit comments

Comments
 (0)