summaryrefslogtreecommitdiff
path: root/.docker/run.sh
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2025-03-27 19:25:26 (GMT)
committerChristian Pointner <equinox@helsinki.at>2025-03-27 19:25:26 (GMT)
commit007968bc72332f5058aa9d7a3ddfd2d5fbc9a0f6 (patch)
tree42188f8b75b324bc9a5ce896304620aa259ea354 /.docker/run.sh
parent7df0e67f08b759d8f9dd75726a2f7ff1d09e24b7 (diff)
add package snd-pcxhr-dkms
Diffstat (limited to '.docker/run.sh')
-rwxr-xr-x.docker/run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.docker/run.sh b/.docker/run.sh
new file mode 100755
index 0000000..2d45266
--- /dev/null
+++ b/.docker/run.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+cd "${BASH_SOURCE%/*}/.."
+exec sudo docker run --rm -it -u builder -v $(pwd):/srv/build debian/dkms-builder:bookworm
+