Skip to content

Commit

Permalink
Merge pull request #858 from jestabro/update-hash-lib-name
Browse files Browse the repository at this point in the history
T6718: update libvyosconfig commit hash for fix to dlopen lib name
  • Loading branch information
evgsentrium authored Dec 10, 2024
2 parents 0ba21e9 + a32d798 commit 017e0ed
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 2b979d7fc25793e5be29376a4951375c0bf328d9 && \
cd /tmp/libvyosconfig && git checkout e4bfbf0147f4242b0999a3305fd9a496b49b2caf && \
dpkg-buildpackage -uc -us -tc -b && \
dpkg -i /tmp/libvyosconfig0_*_$(dpkg-architecture -qDEB_HOST_ARCH).deb

Expand Down

0 comments on commit 017e0ed

Please sign in to comment.