diff options
author | John Estabrook <jestabro@vyos.io> | 2022-02-03 10:52:12 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2022-02-03 14:39:28 -0600 |
commit | 1d455e14a17f961d901aa230e44f38daa998ffe5 (patch) | |
tree | df5048ca79050fc42dd3d0c4091da28aa0ede961 /docker | |
parent | 9b6b6df7925877a6eea7125c6e2d581bf632d54a (diff) | |
download | vyos-build-1d455e14a17f961d901aa230e44f38daa998ffe5.tar.gz vyos-build-1d455e14a17f961d901aa230e44f38daa998ffe5.zip |
Remove pin ocaml-cytpes to 0.16.0 (commit 968096eb)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 4 |
1 files 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 |