Added menhir as a build dependency for libvyosconfig

This commit is contained in:
Nicholas Humfrey 2019-01-21 22:25:02 +00:00
parent daaaa3eaf8
commit dd16b20071

View File

@ -186,7 +186,8 @@ RUN apt-get update && apt-get install -y \
# Packages needed for libvyosconfig && VyConf # Packages needed for libvyosconfig && VyConf
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
libffi-dev libffi-dev \
menhir
# Packages needed for libvyosconfig # Packages needed for libvyosconfig
RUN curl https://raw.githubusercontent.com/ocaml/opam/2.0.2/shell/install.sh --output /tmp/opam_install.sh && \ RUN curl https://raw.githubusercontent.com/ocaml/opam/2.0.2/shell/install.sh --output /tmp/opam_install.sh && \