mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
fix(bench): add dependencies to build python using pyenv (#920)
* fix(bench): add dependencies to build python using pyenv fixes #840 * fix(bench): comment typo
This commit is contained in:
parent
81ea33d56e
commit
2c1e5425b6
@ -48,21 +48,22 @@ RUN apt-get update \
|
||||
ssh-client \
|
||||
# VSCode container requirements
|
||||
net-tools \
|
||||
# Uncomment for python depencies
|
||||
#make \
|
||||
## For pandas
|
||||
#libbz2-dev \
|
||||
## For bench execute
|
||||
#libsqlite3-dev \
|
||||
## For other dependencies
|
||||
#zlib1g-dev \
|
||||
#libreadline-dev \
|
||||
#llvm \
|
||||
#libncurses5-dev \
|
||||
#libncursesw5-dev \
|
||||
#xz-utils \
|
||||
#tk-dev \
|
||||
#liblzma-dev \
|
||||
# For pyenv build dependencies
|
||||
# https://github.com/frappe/frappe_docker/issues/840#issuecomment-1185206895
|
||||
make \
|
||||
# For pandas
|
||||
libbz2-dev \
|
||||
# For bench execute
|
||||
libsqlite3-dev \
|
||||
# For other dependencies
|
||||
zlib1g-dev \
|
||||
libreadline-dev \
|
||||
llvm \
|
||||
libncurses5-dev \
|
||||
libncursesw5-dev \
|
||||
xz-utils \
|
||||
tk-dev \
|
||||
liblzma-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
|
||||
|
Loading…
Reference in New Issue
Block a user