mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-21 22:58:24 +00:00
docker: clean up tmux dir in clirecording Dockerfile (#4542)
This commit is contained in:
parent
f1b55fc817
commit
b9f9094ec7
@ -35,7 +35,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
RUN git clone --depth 1 https://github.com/tmux/tmux.git \
|
||||
&& cd tmux \
|
||||
&& sh autogen.sh \
|
||||
&& ./configure && make && make install
|
||||
&& ./configure && make && make install \
|
||||
&& cd ../ \
|
||||
&& rm -rf tmux
|
||||
|
||||
WORKDIR /root/clidirector
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user