aboutsummaryrefslogtreecommitdiff
path: root/ci/alpine-runtime.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/alpine-runtime.sh')
-rwxr-xr-xci/alpine-runtime.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/ci/alpine-runtime.sh b/ci/alpine-runtime.sh
new file mode 100755
index 000000000..3bff42770
--- /dev/null
+++ b/ci/alpine-runtime.sh
@@ -0,0 +1,18 @@
+#!/bin/sh -eux
+# SPDX-License-Identifier: GPL-2.0-or-later
+# Copyright (c) 2023 SUSE LLC
+
+apk add \
+ acl \
+ keyutils \
+ libaio \
+ libacl \
+ libcap \
+ libselinux \
+ libsepol \
+ libtirpc \
+ numactl \
+ openssl \
+ py3-msgpack
+
+adduser -D -g "Unprivileged LTP user" ltp