Skip to content

Commit

Permalink
Merge pull request #779 from dmbaturin/T6742-childless-leaf-nodes-ren…
Browse files Browse the repository at this point in the history
…dering-libvyosconfig

docker: T6742: libvyosconfig update for childless node rendering
  • Loading branch information
jestabro authored Oct 1, 2024
2 parents 356ef07 + c611f83 commit c89609e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,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 c6141d97 && \
cd /tmp/libvyosconfig && git checkout 3a021a0964882cdd1873de6cf2bb3b4acb9043e0 && \
dpkg-buildpackage -uc -us -tc -b && \
dpkg -i /tmp/libvyosconfig0_*_$(dpkg-architecture -qDEB_HOST_ARCH).deb

Expand Down

0 comments on commit c89609e

Please sign in to comment.