+ tmux
+ slow cnf db config with general log options example * fpm74 to php74 replacement fpm upstream name
This commit is contained in:
3
dockerfiles/workspace/tmux.conf
Normal file
3
dockerfiles/workspace/tmux.conf
Normal file
@ -0,0 +1,3 @@
|
||||
set-option -g status-interval 1
|
||||
set-option -g automatic-rename on
|
||||
set-option -g automatic-rename-format "#{?#{==:#{pane_current_command},bash},#{b:pane_current_path},#{pane_current_command}}"
|
@ -88,6 +88,21 @@ USER laradock
|
||||
COPY ./minio/auth.json /home/laradock/.mc/config.json
|
||||
|
||||
###########################################################################
|
||||
# Tmux and others temproray applications - must be moved into src build
|
||||
###########################################################################
|
||||
|
||||
USER root
|
||||
|
||||
RUN apt-get update -yqq && \
|
||||
apt-get install -y tmux
|
||||
|
||||
COPY ./tmux.conf /etc/tmux.conf
|
||||
|
||||
# Clean up
|
||||
RUN apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
###########################################################################
|
||||
# Tune opts:
|
||||
###########################################################################
|
||||
|
||||
|
Reference in New Issue
Block a user