From 7ededaecfdeaba3851ca9fac89d3e38c5802c754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Jes=C3=BAs=20D=C3=ADaz?= Date: Sun, 18 Aug 2019 19:44:27 +0200 Subject: [PATCH] Alpine instructions were missing bzip2-dev and sqlite-dev and other optional dependencies found here: https://github.com/docker-library/python/blob/master/Dockerfile-alpine.template --- Common-build-problems.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index a85e93f..9f86e32 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -41,7 +41,10 @@ zypper in -t pattern devel_basis * Alpine ```sh -apk add build-base libffi-dev ncurses-dev openssl-dev readline-dev tk-dev xz-dev zlib-dev +apk add --no-cache bzip2-dev coreutils dpkg-dev dpkg expat-dev \ +findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev \ +linux-headers make ncurses-dev openssl-dev pax-utils readline-dev \ +sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev ``` For installing Pyenv with [Pyenv-Installer](https://github.com/pyenv/pyenv-installer), you would need git, curl and bash