mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
d539e34f91
It won't actually run until we reduce memory consumption by 2 orders of magnitude, but that'll be the eventual goal.
5 lines
165 B
Bash
Executable File
5 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker build -t toxchat/c-toxcore:sources -f other/docker/sources/Dockerfile .
|
|
docker build -t toxchat/c-toxcore:esp32 -f other/docker/esp32/Dockerfile .
|