mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-07 08:04:06 +01:00
Fix Alpine build
This commit is contained in:
parent
b081bc89a3
commit
23c0c60ee4
@ -59,7 +59,7 @@ elif [[ "${DISTRO}" == "opensuse" ]] ; then
|
|||||||
fi
|
fi
|
||||||
elif [[ "${DISTRO}" == "fedora37" ]] ; then
|
elif [[ "${DISTRO}" == "fedora37" ]] ; then
|
||||||
if [[ "$(arch)" =~ ^x86_64$ ]] ; then
|
if [[ "$(arch)" =~ ^x86_64$ ]] ; then
|
||||||
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/${COMMIT_ID}/kasmvncserver_fedora_thirtyseven_${KASM_VER_NAME_PART}_x86_64.rpm"
|
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/${COMMIT_ID}/kasmvncserver_fedora_thirtyseven_${KASM_VER_NAME_PART}_x86_64.rpm"
|
||||||
else
|
else
|
||||||
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/${COMMIT_ID}/kasmvncserver_fedora_thirtyseven_${KASM_VER_NAME_PART}_aarch64.rpm"
|
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/${COMMIT_ID}/kasmvncserver_fedora_thirtyseven_${KASM_VER_NAME_PART}_aarch64.rpm"
|
||||||
fi
|
fi
|
||||||
@ -152,6 +152,8 @@ elif [[ "${DISTRO}" == "alpine" ]] ; then
|
|||||||
perl-switch \
|
perl-switch \
|
||||||
perl-try-tiny \
|
perl-try-tiny \
|
||||||
perl-yaml-tiny \
|
perl-yaml-tiny \
|
||||||
|
perl-datetime \
|
||||||
|
perl-datetime-timezone \
|
||||||
pixman \
|
pixman \
|
||||||
py3-xdg \
|
py3-xdg \
|
||||||
python3 \
|
python3 \
|
||||||
|
Loading…
Reference in New Issue
Block a user