mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Docker: T5194: update commit refs for vyos1x-config and libvyosconfig
This commit is contained in:
parent
abb3345625
commit
ac8aee9e2c
@ -138,7 +138,7 @@ RUN eval $(opam env --root=/opt/opam --set-root) && opam install -y \
|
||||
|
||||
# Build VyConf which is required to build libvyosconfig
|
||||
RUN eval $(opam env --root=/opt/opam --set-root) && \
|
||||
opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#ceed15b2 -y
|
||||
opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#cd4d7582 -y
|
||||
|
||||
# Packages needed for libvyosconfig
|
||||
RUN apt-get update && apt-get install -y \
|
||||
@ -149,7 +149,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 137d7c3f && \
|
||||
cd /tmp/libvyosconfig && git checkout ec930f94 && \
|
||||
dpkg-buildpackage -uc -us -tc -b && \
|
||||
dpkg -i /tmp/libvyosconfig0_*_$(dpkg-architecture -qDEB_HOST_ARCH).deb
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user