xref: /aosp_15_r20/external/ltp/ci/alpine-runtime.sh (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1#!/bin/sh -eux
2# SPDX-License-Identifier: GPL-2.0-or-later
3# Copyright (c) 2023 SUSE LLC
4
5apk add \
6        acl \
7        keyutils \
8        libaio \
9        libacl \
10        libcap \
11        libselinux \
12        libsepol \
13        libtirpc \
14        numactl \
15        openssl \
16        py3-msgpack
17
18adduser -D -g "Unprivileged LTP user" ltp
19