Add re (a pure OCaml regex library) to the installation script

This commit is contained in:
Daniil Baturin 2020-11-12 16:46:10 +07:00 committed by GitHub
parent 9e6e486d52
commit 65e8bd1aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ RUN curl https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh \
opam init --root=/opt/opam --comp=4.09.0 --disable-sandboxing
RUN eval $(opam env --root=/opt/opam --set-root) && opam install -y \
pcre
pcre re
RUN eval $(opam env --root=/opt/opam --set-root) && opam install -y \
ctypes.0.16.0 \