]> git.proxmox.com Git - mirror_frr.git/blobdiff - docker/ubuntu20-ci/Dockerfile
Merge pull request #8508 from opensourcerouting/systemd-no-lib
[mirror_frr.git] / docker / ubuntu20-ci / Dockerfile
index c94a31173a71c2ed8aff8ccc38f5a81afdc16db0..b5df98f23e24327c656ef374203c0ce95e4e5bf2 100644 (file)
@@ -12,6 +12,7 @@ RUN apt update && \
       libcap-dev python2 libelf-dev \
       sudo gdb curl iputils-ping time \
       libgrpc++-dev libgrpc-dev protobuf-compiler-grpc \
+      lua5.3 liblua5.3-dev \
       mininet iproute2 iperf && \
       curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output /tmp/get-pip.py && \
       python2 /tmp/get-pip.py && \
@@ -66,6 +67,7 @@ RUN cd ~/frr && \
        --enable-group=frr \
        --enable-vty-group=frrvty \
        --enable-snmp=agentx \
+       --enable-scripting \
        --with-pkg-extra-version=-my-manual-build && \
     make -j $(nproc) && \
     sudo make install