toxcore/other/docker/goblint/run

6 lines
115 B
Plaintext
Raw Normal View History

2024-01-25 07:21:35 +08:00
#!/bin/sh
set -eux
BUILD=goblint
docker build -t "toxchat/c-toxcore:$BUILD" -f "other/docker/$BUILD/Dockerfile" .