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