feat: remove unused files
This commit is contained in:
parent
0a563675aa
commit
b12c5565c6
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1 @@
|
||||||
/bin/
|
/bin/joj3
|
||||||
|
|
13
Dockerfile
13
Dockerfile
|
@ -2,19 +2,6 @@
|
||||||
|
|
||||||
FROM focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest
|
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
|
# install joint-teapot
|
||||||
RUN pip install git+https://mirror.ghproxy.com/https://github.com/BoYanZh/Joint-Teapot
|
RUN pip install git+https://mirror.ghproxy.com/https://github.com/BoYanZh/Joint-Teapot
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,4 @@ Check <https://gitea.com/gitea/runner-images> for information about base images.
|
||||||
|
|
||||||
## `/bin` directory
|
## `/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
0
bin/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user