mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
Update README.md
This commit is contained in:
parent
b44881cca8
commit
f2324c4954
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue