Prefix the Alpine Linux virtual package name with a dot
This way the package is easy to recognize when inspecting /etc/apk/world, and it's actually a standard to do so for virtual packagespull/3109/head
parent
56ceb80179
commit
eaa1035e14
|
@ -419,7 +419,7 @@ function gentoo_install() {
|
|||
}
|
||||
|
||||
function alpine_install() {
|
||||
$SUDO apk add --virtual makedeps-mycroft-core alpine-sdk git python3 py3-pip py3-setuptools py3-virtualenv mpg123 vorbis-tools pulseaudio-utils fann-dev automake autoconf libtool pcre2-dev pulseaudio-dev alsa-lib-dev swig python3-dev portaudio-dev libjpeg-turbo-dev
|
||||
$SUDO apk add --virtual .makedeps-mycroft-core alpine-sdk git python3 py3-pip py3-setuptools py3-virtualenv mpg123 vorbis-tools pulseaudio-utils fann-dev automake autoconf libtool pcre2-dev pulseaudio-dev alsa-lib-dev swig python3-dev portaudio-dev libjpeg-turbo-dev
|
||||
}
|
||||
|
||||
function install_deps() {
|
||||
|
|
Loading…
Reference in New Issue