Docker: fix libvyosconfig repo URL

This commit is contained in:
Christian Poessinger 2019-01-31 18:52:51 +01:00
parent 78d69b0c25
commit 9467da7d14

View File

@ -228,7 +228,7 @@ RUN eval $(opam env --root=/opt/opam --set-root) && \
# Build libvyosconfig
RUN eval $(opam env --root=/opt/opam --set-root) && \
git clone https://github.com/vyos/libvyosconfig && \
git clone https://github.com/vyos/libvyosconfig.git && \
cd libvyosconfig && \
git checkout a9817fa26c1be1 && \
dpkg-buildpackage -uc -us -tc -b && \