mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
|
#!/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 .
|