changeset 193:a882fb1fa000

some podman deps
author drewp@bigasterisk.com
date Mon, 12 Jun 2023 13:08:17 -0700
parents 1bfa88c61209
children 0d37dde619d0
files package_lists.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/package_lists.py	Mon Jun 12 13:08:09 2023 -0700
+++ b/package_lists.py	Mon Jun 12 13:08:17 2023 -0700
@@ -87,6 +87,8 @@
     'zfs-auto-snapshot',
     'zfs-zed',
     'zfsutils-linux',
+    'libsubid4', # for podman
+    'buildah', # for podman
 ]
 
 for_pipe = [
@@ -247,6 +249,8 @@
     'xterm',
     'xtightvncviewer',
     'xvfb',
+    'libsubid4', # for podman
+    'buildah', # for podman
     #'cuda-minimal-build-11-8', some issue on slash
     #'libcudnn8', some issue on slash
 ]