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