Skip to content

Commit c376413

Browse files
authored
Update Dockerfile
1 parent 55ea096 commit c376413

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ FROM ocaml/opam:ubuntu-lts-ocaml-4.14
33
USER root
44
RUN dpkg --add-architecture i386 && \
55
apt-get update --fix-missing -y && \
6-
apt-get install -y software-properties-common gcc-multilib make m4 && \
7-
apt-get install pkg-config && \
6+
apt-get install -y software-properties-common gcc-multilib make m4 pkg-config && \
87
rm -rf /var/lib/apt/lists/*
98

109
USER opam

0 commit comments

Comments
 (0)