From 3a29e22dcd579349aac987b5825073527af38e58 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 5 Nov 2022 20:04:24 +0100 Subject: Docker: T2216: add required skopeo package to build container skopeo is required for container registry download to satisfy the vyos-1x container based smoketest(s). --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 71ba81ad..0f9193ba 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -92,7 +92,8 @@ RUN apt-get update && apt-get install -y \ python3-flake8 \ python3-autopep8 \ debootstrap \ - live-build + live-build \ + skopeo # vyos-build now also makes use of TOML - install yq which has toml support RUN pip install yq==3.1.0 -- cgit v1.2.3