chore(buildah): remove custom socket location
This commit is contained in:
parent
020e6641f8
commit
f392a2f4f5
@ -17,8 +17,7 @@ buildah run "$ctr" -- bash -c "\
|
||||
lazygit zsh-autosuggestions luarocks python-pynvim npm bash-completion tree-sitter-cli \
|
||||
lua51 && pacman -Scc --noconfirm && \
|
||||
groupadd secproc && useradd -ms /bin/zsh -G secproc $DEV_USER && \
|
||||
mkdir -p /tmp/tmux-shared && chown $DEV_USER:$DEV_USER /tmp/tmux-shared && \
|
||||
chmod 750 /tmp/tmux-shared && mkdir -p $SECURE && chmod -R 500 $SECURE && \
|
||||
mkdir -p $SECURE && chmod -R 500 $SECURE && \
|
||||
mkdir /app && chmod 700 /app && chown $DEV_USER:$DEV_USER /app
|
||||
"
|
||||
# copy start script
|
||||
|
@ -455,8 +455,6 @@ set -g allow-passthrough on
|
||||
# Enable truecolor for compatible terminals
|
||||
set -gs terminal-features ',rxvt-unicode-256color:clipboard'
|
||||
|
||||
set-option -g socket-path /tmp/tmux-shared/dev-socket
|
||||
|
||||
# -- custom variables ----------------------------------------------------------
|
||||
|
||||
# to define a custom #{foo} variable, define a POSIX shell function between the
|
||||
|
Loading…
x
Reference in New Issue
Block a user