10 lines
258 B
Docker
10 lines
258 B
Docker
# syntax=docker/dockerfile:1
|
|
|
|
FROM focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest
|
|
|
|
# install joint-teapot
|
|
RUN pip install git+https://mirror.ghproxy.com/https://github.com/BoYanZh/Joint-Teapot
|
|
|
|
# install joj3 binary
|
|
COPY bin/joj3 /usr/local/bin/
|