mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -eux
|
||
|
BUILD=modules
|
||
|
other/docker/sources/build
|
||
|
docker build -t "toxchat/c-toxcore:$BUILD" -f "other/docker/$BUILD/$BUILD.Dockerfile" .
|