mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-21 23:13:08 +01:00
KASM-5419 Ensure correct packages are installed for recorder startup in alpine
This commit is contained in:
parent
af9a707dd4
commit
79cd2ab334
@ -2,6 +2,12 @@
|
|||||||
### every exit != 0 fails the script
|
### every exit != 0 fails the script
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
if [[ "${DISTRO}" == "alpine" ]]; then
|
||||||
|
apk add --no-cache \
|
||||||
|
runuser \
|
||||||
|
xhost
|
||||||
|
fi
|
||||||
|
|
||||||
COMMIT_ID="75cf09992503e77a94b5f5c4deba7fc1daad4f5a"
|
COMMIT_ID="75cf09992503e77a94b5f5c4deba7fc1daad4f5a"
|
||||||
BRANCH="bugfix_KASM-5419_fix_session_recorder_on_all_distros"
|
BRANCH="bugfix_KASM-5419_fix_session_recorder_on_all_distros"
|
||||||
COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)
|
COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)
|
||||||
|
Loading…
Reference in New Issue
Block a user