Merge pull request #4474 from PeterDaveHello/improve-docs-dockerfile
Speed up `git clone` in docs Dockerfile
This commit is contained in:
commit
8178f6c77b
|
@ -30,7 +30,7 @@ RUN apt-get update && apt-get install -y \
|
|||
&& pip3 install libtmux curl requests mitmproxy
|
||||
|
||||
# install latest tmux (to support popups)
|
||||
RUN git clone https://github.com/tmux/tmux.git \
|
||||
RUN git clone --depth 1 https://github.com/tmux/tmux.git \
|
||||
&& cd tmux \
|
||||
&& sh autogen.sh \
|
||||
&& ./configure && make && make install
|
||||
|
|
Loading…
Reference in New Issue