diff options
Diffstat (limited to 'docker')
-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 |