diff --git a/Home.md b/Home.md index 0fe2bf0..95b8155 100644 --- a/Home.md +++ b/Home.md @@ -79,7 +79,7 @@ environment. * **Alpine Linux:** ```sh - apk add --no-cache git bash build-base libffi-dev openssl-dev bzip2-dev zlib-dev readline-dev sqlite-dev + apk add --no-cache git bash build-base libffi-dev openssl-dev bzip2-dev zlib-dev xz-dev readline-dev sqlite-dev ``` * Installation of Python 3.7 may fail due to Python 3.7.0 issue [#34555](https://bugs.python.org/issue34555). A workaround is to install the [linux system headers package](https://pkgs.alpinelinux.org/packages?name=linux-headers&branch=edge):