#!/bin/sh set -eux BUILD=infer other/docker/sources/build.sh docker build -t "toxchat/c-toxcore:$BUILD" -f "other/docker/$BUILD/$BUILD.Dockerfile" .