T3785: pin vyos1x-config to update for handling utf-8 chars

This commit is contained in:
John Estabrook 2022-01-05 13:21:14 -06:00
parent af807cdb02
commit c07a9518cc

View File

@ -136,7 +136,7 @@ RUN eval $(opam env --root=/opt/opam --set-root) && opam install -y \
# Build VyConf which is required to build libvyosconfig
RUN eval $(opam env --root=/opt/opam --set-root) && \
opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#550048b3 -y
opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#64263617 -y
# Packages needed for libvyosconfig
RUN apt-get update && apt-get install -y \