diff options
| author | Christian Poessinger <christian@poessinger.com> | 2022-10-30 07:55:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-30 07:55:03 +0100 |
| commit | 25a60f3d91307eefa02ee3fabbe675f4c4cb4bd4 (patch) | |
| tree | ed7b9af063603163c45d240d6271aa6c35a39f31 /data/build-types/development.toml | |
| parent | bdb83dec6d76dabe391fb2dc5445ac6ddfc8f20a (diff) | |
| parent | 5f186754fe54e9a5b0f7cdea1b295778ddd6796a (diff) | |
| download | vyos-build-25a60f3d91307eefa02ee3fabbe675f4c4cb4bd4.tar.gz vyos-build-25a60f3d91307eefa02ee3fabbe675f4c4cb4bd4.zip | |
Merge pull request #270 from sarthurdev/containers
containers: T2216: Include busybox container image for smoketest
Diffstat (limited to 'data/build-types/development.toml')
| -rw-r--r-- | data/build-types/development.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/build-types/development.toml b/data/build-types/development.toml index f0207a6a..31c50522 100644 --- a/data/build-types/development.toml +++ b/data/build-types/development.toml @@ -2,6 +2,7 @@ packages = [ "gdb", "strace", "apt-rdepends", + "skopeo", "tshark", "vim", "vyos-1x-smoketest" |
