mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Docker: add dependencies for libvyosconfig
This commit is contained in:
parent
beb556c4fa
commit
7cce9d000d
@ -173,6 +173,13 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libnetfilter-cttimeout-dev \
|
libnetfilter-cttimeout-dev \
|
||||||
libnetfilter-queue-dev
|
libnetfilter-queue-dev
|
||||||
|
|
||||||
|
# Packages needed for libvyosconfig
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
libffi-dev \
|
||||||
|
ocaml-findlib \
|
||||||
|
opam \
|
||||||
|
menhir
|
||||||
|
|
||||||
# Update live-build
|
# Update live-build
|
||||||
RUN echo 'deb http://ftp.debian.org/debian stretch main' | tee -a /etc/apt/sources.list.d/stretch.list &&\
|
RUN echo 'deb http://ftp.debian.org/debian stretch main' | tee -a /etc/apt/sources.list.d/stretch.list &&\
|
||||||
apt-get update &&\
|
apt-get update &&\
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user