mirror of
https://github.com/openharmony/third_party_ltp.git
synced 2026-07-01 12:25:45 -04:00
893ac31e33
Signed-off-by: ccdu <duchangcheng1@h-partners.com>
21 lines
370 B
Bash
21 lines
370 B
Bash
#!/bin/sh -eux
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (c) 2023 SUSE LLC
|
|
|
|
apk add \
|
|
acl \
|
|
curl \
|
|
jq \
|
|
keyutils \
|
|
libaio \
|
|
libacl \
|
|
libcap \
|
|
libselinux \
|
|
libsepol \
|
|
libtirpc \
|
|
numactl \
|
|
openssl \
|
|
py3-msgpack
|
|
|
|
adduser -D -g "Unprivileged LTP user" ltp
|