mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Add re (a pure OCaml regex library) to the installation script
This commit is contained in:
parent
9e6e486d52
commit
65e8bd1aef
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user