From 65e8bd1aefc6e36d047d9962f4d14c962d2c2c12 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 12 Nov 2020 16:46:10 +0700 Subject: Add re (a pure OCaml regex library) to the installation script --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 4f7375e0..18b8a401 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \ -- cgit v1.2.3