From 0a563675aa9358bf01b005394091d7db926608d8 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 30 Jun 2024 08:01:26 -0400 Subject: [PATCH] chore: update binary --- Dockerfile | 5 ++--- README.md | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2f380e3..a7e8fa4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,5 @@ RUN curl -L -o elm-format.tgz https://mirror.ghproxy.com/https://github.com/avh4 # install joint-teapot RUN pip install git+https://mirror.ghproxy.com/https://github.com/BoYanZh/Joint-Teapot -# TODO: install elf & joj3 & other binarys - -COPY bin/* /usr/local/bin/ +# install joj3 binary +COPY bin/joj3 /usr/local/bin/ diff --git a/README.md b/README.md index 9745e83..1353ab2 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ Check 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`, `elf`, `healthcheck`, and `joj3` for now. +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.