mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
where did that "h" come from?
This commit is contained in:
parent
92344ea4fc
commit
4b7004050e
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ ENV LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
# Install all neccesary packages
|
# Install all neccesary packages
|
||||||
RUN apt-get update && apt-get install -y --no-install-suggests --no-install-recommends build-essential cron curl git locales \
|
RUN apt-get update && apt-get install -y --no-install-suggests --no-install-recommends build-essential cron curl git locales \
|
||||||
libffi-dev liblcms2h-dev libldap2-dev libmariadbclient-dev libsasl2-dev libssl-dev libtiff5-dev libwebp-dev mariadb-client \
|
libffi-dev liblcms2-dev libldap2-dev libmariadbclient-dev libsasl2-dev libssl-dev libtiff5-dev libwebp-dev mariadb-client \
|
||||||
iputils-ping python-dev python-pip python-setuptools python-tk redis-tools rlwrap software-properties-common sudo tk8.6-dev \
|
iputils-ping python-dev python-pip python-setuptools python-tk redis-tools rlwrap software-properties-common sudo tk8.6-dev \
|
||||||
vim xfonts-75dpi xfonts-base wget wkhtmltopdf \
|
vim xfonts-75dpi xfonts-base wget wkhtmltopdf \
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/* \
|
&& apt-get clean && rm -rf /var/lib/apt/lists/* \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue