diff options
Diffstat (limited to 'docker/Dockerfile')
| -rw-r--r-- | docker/Dockerfile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index d3fe875f..de6b147f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -104,7 +104,9 @@ RUN apt-get update && apt-get install -y \ python3-tomli \ yq \ debootstrap \ - live-build + live-build \ + gdisk \ + dosfstools # Packages for TPM test RUN apt-get update && apt-get install -y swtpm @@ -151,7 +153,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#406158f8 -y + opam pin add vyos1x-config https://github.com/vyos/vyos1x-config.git#f8d6abdf -y # Packages needed for libvyosconfig RUN apt-get update && apt-get install -y \ @@ -162,7 +164,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 63175de4 && \ + cd /tmp/libvyosconfig && git checkout c6141d97 && \ dpkg-buildpackage -uc -us -tc -b && \ dpkg -i /tmp/libvyosconfig0_*_$(dpkg-architecture -qDEB_HOST_ARCH).deb @@ -244,7 +246,6 @@ RUN pip install --break-system-packages \ python3 \ python3-setuptools \ python3-inotify \ - python3-sphinx \ python3-xmltodict \ python3-lxml \ python3-nose \ @@ -255,6 +256,7 @@ RUN pip install --break-system-packages \ python3-stdeb \ python3-all \ python3-coverage \ + pylint \ quilt \ whois |
