mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 17:15:08 +00:00
chore: Add in comment missing depdencies
This commit is contained in:
parent
9242b61553
commit
1ebd27c63d
1 changed files with 15 additions and 1 deletions
|
|
@ -44,12 +44,26 @@ RUN apt-get update \
|
|||
libwebp-dev \
|
||||
redis-tools \
|
||||
rlwrap \
|
||||
# for pandas "_bz2" NoModuleFound
|
||||
libbz2-dev \
|
||||
tk8.6-dev \
|
||||
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 \
|
||||
&& 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 a new issue