From e0634ecd1538707edc5d8676ed16835cf4f8f2fc Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 10 Aug 2023 23:58:50 +0200 Subject: Add folder with containers for some GUI postprocessing apps, dragonfly for now --- apps/buildah-dragonfly.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/buildah-dragonfly.sh (limited to 'apps/buildah-dragonfly.sh') diff --git a/apps/buildah-dragonfly.sh b/apps/buildah-dragonfly.sh new file mode 100644 index 0000000..a55041c --- /dev/null +++ b/apps/buildah-dragonfly.sh @@ -0,0 +1,11 @@ +#! /usr/bin/env bash + +set -o errexit + +container=$(buildah from pycuda:latest) + +buildah config --env LANG="C.UTF-8" --env LC_ALL="C.UTF-8" --env TERM="xterm" $container +buildah run $container sh -c 'apt-get install -y libxcomposite-dev libxcursor-dev libxdamage-dev libxtst6 libpci3' + + +buildah commit --format docker $container dragonfly:latest -- cgit v1.2.3