mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
05ce5c1ab9
This now uses our own built image with the current master of infer.
6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eux
|
|
BUILD=infer
|
|
docker build -t "toxchat/c-toxcore:$BUILD" -f "other/docker/$BUILD/Dockerfile" .
|