We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ea096 commit c376413Copy full SHA for c376413
.github/workflows/Dockerfile
@@ -3,8 +3,7 @@ FROM ocaml/opam:ubuntu-lts-ocaml-4.14
3
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 && \
+ apt-get install -y software-properties-common gcc-multilib make m4 pkg-config && \
8
rm -rf /var/lib/apt/lists/*
9
10
USER opam
0 commit comments