summaryrefslogtreecommitdiffstats
path: root/build/buildah-astra.sh
blob: 1282e28e82cb6df88d334ca3a34e496bc16b229c (plain)
1
2
3
4
5
6
7
8
9
10
#! /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" --env HOME=/ccpi/data $container
buildah run $container bash /root/setup/repos.sh "astra"

buildah commit --format docker $container astra:latest