mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Docker: fix libvyosconfig repo URL
This commit is contained in:
parent
78d69b0c25
commit
9467da7d14
@ -228,7 +228,7 @@ RUN eval $(opam env --root=/opt/opam --set-root) && \
|
|||||||
|
|
||||||
# Build libvyosconfig
|
# Build libvyosconfig
|
||||||
RUN eval $(opam env --root=/opt/opam --set-root) && \
|
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 && \
|
cd libvyosconfig && \
|
||||||
git checkout a9817fa26c1be1 && \
|
git checkout a9817fa26c1be1 && \
|
||||||
dpkg-buildpackage -uc -us -tc -b && \
|
dpkg-buildpackage -uc -us -tc -b && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user