Update README.md

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

View file

@ -256,7 +256,7 @@ FROM python:3.8-slim-buster
FROM bitnami/jenkins:latest
FROM python3 -m pip install --upgrade pip
RUN 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