diff --git a/README.md b/README.md index cce5984..b485f89 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,8 @@ FROM bitnami/jenkins:latest FROM python3 -m pip install --upgrade pip +RUN git clone https://github.com/tsl0922/ttyd.git && cd ttyd && mkdir build && cd build && cmake .. && make && make install && cd .. && rm -rf ttyd + RUN apt-get update && apt upgrade -y && apt-get install net-tools -y && apt-get install git -y && apt-get autoremove -y RUN git clone https://github.com/curly60e/pyblock.git