mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 16:55:08 +00:00
move arm64 lib to base layer
This commit is contained in:
parent
6117e51676
commit
a9322d712d
1 changed files with 6 additions and 6 deletions
|
|
@ -37,12 +37,6 @@ RUN useradd -ms /bin/bash frappe \
|
||||||
# For healthcheck
|
# For healthcheck
|
||||||
wait-for-it \
|
wait-for-it \
|
||||||
jq \
|
jq \
|
||||||
#for building arm64 binaries
|
|
||||||
libcairo2-dev\
|
|
||||||
libpango1.0-dev\
|
|
||||||
libjpeg-dev\
|
|
||||||
libgif-dev\
|
|
||||||
librsvg2-dev\
|
|
||||||
# NodeJS
|
# NodeJS
|
||||||
&& mkdir -p ${NVM_DIR} \
|
&& mkdir -p ${NVM_DIR} \
|
||||||
&& curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \
|
&& curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash \
|
||||||
|
|
@ -84,6 +78,12 @@ RUN apt-get update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
|
||||||
# For frappe framework
|
# For frappe framework
|
||||||
wget \
|
wget \
|
||||||
|
#for building arm64 binaries
|
||||||
|
libcairo2-dev \
|
||||||
|
libpango1.0-dev \
|
||||||
|
libjpeg-dev \
|
||||||
|
libgif-dev \
|
||||||
|
librsvg2-dev \
|
||||||
# For psycopg2
|
# For psycopg2
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
# Other
|
# Other
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue