summaryrefslogtreecommitdiff
path: root/sandcastle/build-container
blob: 0c8af416ca97479fdab5d997dec2a2c3515ef77f (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

set -eu

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

cd "$SCRIPT_DIR"

exec podman build -f images/base/Dockerfile --target taler-final -t taler-base-all .