Skip to content

Commit

Permalink
Merge pull request #891 from jestabro/update-commit-hash
Browse files Browse the repository at this point in the history
T7046: T6342: update libvyosconfig commit hash
  • Loading branch information
sever-sever authored Jan 20, 2025
2 parents e850eb8 + 7200377 commit c1b5494
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 @@ -162,7 +162,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 e4bfbf0147f4242b0999a3305fd9a496b49b2caf && \
cd /tmp/libvyosconfig && git checkout 677d1e2bf8109b9fd4da60e20376f992b747e384 && \
dpkg-buildpackage -uc -us -tc -b && \
dpkg -i /tmp/libvyosconfig0_*_$(dpkg-architecture -qDEB_HOST_ARCH).deb

Expand Down

0 comments on commit c1b5494

Please sign in to comment.