summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/Dockerfile3
1 files changed, 2 insertions, 1 deletions
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