diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-12-31 08:18:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-31 08:18:59 +0100 |
commit | 5e305d7a173864add90ff3cff0cc839aed0dccdd (patch) | |
tree | 033309fbe2f9720e23930b352072fcc0acb6f797 /debian | |
parent | ede589d61889ecafc767a9aa52da5327012867e5 (diff) | |
download | vyos-1x-5e305d7a173864add90ff3cff0cc839aed0dccdd.tar.gz vyos-1x-5e305d7a173864add90ff3cff0cc839aed0dccdd.zip |
Debian: T578: add skopeo dependency on vyos-1x-smoketest
Dependency is required for the test Docker OCI image used within the
smoketest framework
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 16cab3a88..a93c1fdb8 100644 --- a/debian/control +++ b/debian/control @@ -164,5 +164,6 @@ Description: VyOS configuration scripts and data for VMware Package: vyos-1x-smoketest Architecture: all Depends: + skopeo, vyos-1x Description: VyOS build sanity checking toolkit |