forked from Green-Sky/tomato
7 lines
116 B
Docker
7 lines
116 B
Docker
|
FROM toxchat/freebsd:latest
|
||
|
|
||
|
WORKDIR /work/c-toxcore
|
||
|
COPY . /work/c-toxcore/
|
||
|
|
||
|
RUN [".github/scripts/cmake-freebsd"]
|