Skip to content

Commit

Permalink
docker: T6718: libvyosconfig update for vyconf
Browse files Browse the repository at this point in the history
  • Loading branch information
jestabro committed Oct 28, 2024
1 parent a6d121f commit 945d456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ 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 9e4f6c1494fcff64ad22503b704dbdd43347b0a6 && \
git clone https://github.com/jestabro/libvyosconfig.git /tmp/libvyosconfig && \
cd /tmp/libvyosconfig && git checkout 339464205fd5f6a449e7e87cc930f297fafa6877 && \
dpkg-buildpackage -uc -us -tc -b && \
dpkg -i /tmp/libvyosconfig0_*_$(dpkg-architecture -qDEB_HOST_ARCH).deb

Expand Down

0 comments on commit 945d456

Please sign in to comment.