Merge pull request #641 from c-po/vyos1x-config-update

T6404: update vyos1x-config commit reference
This commit is contained in:
Christian Breunig 2024-05-27 07:31:09 +02:00 committed by GitHub
commit 39118b0185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,7 +153,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#f8d6abdf -y
opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#fc327ecd76 -y
# Packages needed for libvyosconfig
RUN apt-get update && apt-get install -y \