mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
9 lines
262 B
Docker
9 lines
262 B
Docker
################################################
|
|
# autotools-linux
|
|
FROM toxchat/nacl:latest
|
|
|
|
# Copy the sources and run the build.
|
|
COPY --chown=builder:builder . /home/builder/c-toxcore/
|
|
WORKDIR /home/builder/c-toxcore
|
|
RUN CC=gcc .github/scripts/autotools-linux
|