feat: remove unused files

This commit is contained in:
张泊明518370910136 2024-09-11 09:41:13 -04:00
parent 0a563675aa
commit b12c5565c6
GPG Key ID: CA088E6D9284F870
4 changed files with 2 additions and 15 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/bin/
/bin/joj3

View File

@ -2,19 +2,6 @@
FROM focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest
# install elm
RUN curl -L -o elm.gz https://mirror.ghproxy.com/https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz \
&& gunzip elm.gz \
&& chmod +x elm \
&& mv elm /usr/local/bin/
# install elm-format
RUN curl -L -o elm-format.tgz https://mirror.ghproxy.com/https://github.com/avh4/elm-format/releases/download/0.8.7/elm-format-0.8.7-linux-x64.tgz \
&& tar -xvf elm-format.tgz \
&& rm elm-format.tgz \
&& chmod +x elm-format \
&& mv elm-format /usr/local/bin/
# install joint-teapot
RUN pip install git+https://mirror.ghproxy.com/https://github.com/BoYanZh/Joint-Teapot

View File

@ -6,4 +6,4 @@ Check <https://gitea.com/gitea/runner-images> for information about base images.
## `/bin` directory
Currently, we have placed various binary files in the `/bin` directory that cannot be publicly downloaded. These files include `dummy`, `healthcheck`, and `joj3` for now.
Put `joj3` binary in it.

0
bin/.gitkeep Normal file
View File