Wayland socket?
All checks were successful
Build base containers / base-build (push) Successful in 2m15s

This commit is contained in:
maurice
2025-10-27 17:26:01 +01:00
parent fe05c45de1
commit 3eabba7d57
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ FROM alpine:latest
RUN apk update && apk add --no-cache \
git openssh helix bash bash-completion go curl \
helix-tree-sitter-vendor podman-compose
helix-tree-sitter-vendor podman-compose wl-clipboard
# tree-sitter-yaml, tree-sitter-caddy

View File

@@ -21,9 +21,11 @@ if [ "$(podman container inspect "$name" -f {{.State.Running}} 2>&1)" != 'true'
--network host \
-e HOST_HOME=$HOME \
-e SSH_AUTH_SOCK='/tmp/ssh.sock' \
-e XDG_RUNTIME_DIR='/tmp/xdg' \
-v /run/user/$UID/bus:/tmp/dbus.sock \
-v /run/user/$UID/keyring/ssh:/tmp/ssh.sock \
-v /run/user/$UID/podman/podman.sock:/tmp/podman.sock \
-v /run/user/$UID/wayland-0:/tmp/xdg/wayland-0
-v $HOME/dev:/home/user/dev \
-v v-$name:/home/user:copy \
--rm -td git.plabble.org/maurice/$name:main