From 1d455e14a17f961d901aa230e44f38daa998ffe5 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Thu, 3 Feb 2022 10:52:12 -0600 Subject: Remove pin ocaml-cytpes to 0.16.0 (commit 968096eb) --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 28967c42..ac898a95 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -129,7 +129,7 @@ RUN eval $(opam env --root=/opt/opam --set-root) && opam install -y \ RUN eval $(opam env --root=/opt/opam --set-root) && opam install -y \ num \ - ctypes.0.16.0 \ + ctypes \ ctypes-foreign \ ctypes-build \ containers @@ -147,7 +147,7 @@ RUN apt-get update && apt-get install -y \ # Build libvyosconfig RUN eval $(opam env --root=/opt/opam --set-root) && \ git clone https://github.com/vyos/libvyosconfig.git /tmp/libvyosconfig && \ - cd /tmp/libvyosconfig && git checkout 5138b5eb && \ + cd /tmp/libvyosconfig && git checkout 153dbd35 && \ dpkg-buildpackage -uc -us -tc -b && \ dpkg -i /tmp/libvyosconfig0_*_$(dpkg-architecture -qDEB_HOST_ARCH).deb -- cgit v1.2.3