Update README.md

This commit is contained in:
Satoshi Nakamoto 2022-12-25 23:42:30 +01:00 committed by GitHub
parent b44881cca8
commit f2324c4954
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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