From a9322d712d31d5d06e34c8a9acb0e3aaa4e8489e Mon Sep 17 00:00:00 2001 From: Sudhegan Shyam <65366543+sudhegan@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:50:41 +0530 Subject: [PATCH] move arm64 lib to base layer --- images/custom/Containerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/images/custom/Containerfile b/images/custom/Containerfile index f8eeb0c9..e7d281fc 100644 --- a/images/custom/Containerfile +++ b/images/custom/Containerfile @@ -37,12 +37,6 @@ RUN useradd -ms /bin/bash frappe \ # For healthcheck wait-for-it \ jq \ - #for building arm64 binaries - libcairo2-dev\ - libpango1.0-dev\ - libjpeg-dev\ - libgif-dev\ - librsvg2-dev\ # NodeJS && mkdir -p ${NVM_DIR} \ && 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 \ # For frappe framework wget \ + #for building arm64 binaries + libcairo2-dev \ + libpango1.0-dev \ + libjpeg-dev \ + libgif-dev \ + librsvg2-dev \ # For psycopg2 libpq-dev \ # Other