aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-04-01 17:09:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-04-01 17:09:39 -0300
commitd7605ee5d645e0b37343466193ce4bf9952a003b (patch)
tree46ad1fb2a94c3dedccee72be0b6eeae3050bdbe5
parent2a79caeea01d7a6171f585ecb02e5fda530945bd (diff)
downloadtrashman-d7605ee5d645e0b37343466193ce4bf9952a003b.tar.gz
trashman-d7605ee5d645e0b37343466193ce4bf9952a003b.tar.bz2
Feat: podman: buildah
-rwxr-xr-xshare/trashman/podman/unix/linux/ubuntu/install2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/trashman/podman/unix/linux/ubuntu/install b/share/trashman/podman/unix/linux/ubuntu/install
index 5e0fe01..c52ea09 100755
--- a/share/trashman/podman/unix/linux/ubuntu/install
+++ b/share/trashman/podman/unix/linux/ubuntu/install
@@ -27,7 +27,7 @@ if [ "$NAME" = "Ubuntu" ]; then
fi
# Install podman
-trashman_apt_install podman
+trashman_apt_install podman buildah
# Docker compose
#trashman_apt_install docker-compose