diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-11-07 17:40:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 17:40:30 +0100 |
commit | badf55cd2d8bb7c8e2b80d60b48e15e6665128da (patch) | |
tree | 02271c0b6326fe530b688ebe89fea0afc7f0e201 /docker/Dockerfile | |
parent | 55758811bc6f06fa579f502b4a4705e37281e359 (diff) | |
parent | 08beb1032ecd677c3625b61fb9ab715da8b92195 (diff) | |
download | vyos-build-badf55cd2d8bb7c8e2b80d60b48e15e6665128da.tar.gz vyos-build-badf55cd2d8bb7c8e2b80d60b48e15e6665128da.zip |
Merge pull request #279 from sarthurdev/containers_revert
containers: T2216: Revert container test specfic build changes
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index de513115..9845574e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -92,8 +92,7 @@ RUN apt-get update && apt-get install -y \ python3-flake8 \ python3-autopep8 \ debootstrap \ - live-build \ - skopeo + live-build # vyos-build now also makes use of TOML - install yq which has toml support RUN pip install yq==3.1.0 |