mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-25 02:05:33 +00:00
7c3be23429
Also, allow trace logging in bootstrapd (disabled by default, but enabled on the websockify docker image so we can debug things there).
7 lines
151 B
Bash
Executable File
7 lines
151 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eux
|
|
BUILD=sparse
|
|
other/docker/sources/build.sh
|
|
docker build -t "toxchat/c-toxcore:$BUILD" -f "other/docker/$BUILD/$BUILD.Dockerfile" .
|