chore(buildah): remove custom socket location

This commit is contained in:
yeti
2025-04-24 09:58:06 +01:00
parent 020e6641f8
commit f392a2f4f5
2 changed files with 1 additions and 4 deletions

View File

@ -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