diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-04 16:39:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-04 16:39:53 +0200 |
commit | 663255a3a67a39d0fe164cf9b3bac697305e5550 (patch) | |
tree | ae53b68bf654c74c9c797523bb72351173b7ee8b /docker/Dockerfile | |
parent | 4490b2aeecfde600a1b4050b21dc21113e1ad69a (diff) | |
parent | 38cae97177191ad6876a4ce7afb4f53b21bf746c (diff) | |
download | vyos-build-663255a3a67a39d0fe164cf9b3bac697305e5550.tar.gz vyos-build-663255a3a67a39d0fe164cf9b3bac697305e5550.zip |
Merge pull request #591 from c-po/frr
frr: T6283: T6250: add pending upstream patches
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index de6b147f..1fa9b213 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -222,18 +222,6 @@ RUN apt-get update && apt-get install -y \ build-essential RUN gem install --no-document fpm -# Build rtrlib release 0.8.0 -RUN export RTRLIB_VERSION="0.8.0" export ARCH=$(dpkg-architecture -qDEB_HOST_ARCH) && \ - git clone https://github.com/rtrlib/rtrlib.git /tmp/rtrlib && cd /tmp/rtrlib && \ - mk-build-deps --install --tool "apt-get --yes --no-install-recommends" && \ - dpkg-buildpackage -uc -us -tc -b && \ - dpkg -i ../librtr0*_${ARCH}.deb ../librtr-dev*_${ARCH}.deb ../rtr-tools*_${ARCH}.deb - -RUN export LIBYANG_VERSION="v2.1.128" export ARCH=$(dpkg-architecture -qDEB_HOST_ARCH) && \ - git clone https://github.com/CESNET/libyang.git /tmp/libyang && cd /tmp/libyang && \ - pipx run apkg build -i && find pkg/pkgs -type f -name *.deb -exec mv -t .. {} + && \ - dpkg -i ../libyang*.deb - # Packages needed for vyos-1x RUN pip install --break-system-packages \ git+https://github.com/aristanetworks/j2lint.git@341b5d5db86 \ |