fix(frappe-worker): add gcc required for arm64 env

This commit is contained in:
Revant Nandgaonkar 2021-01-05 22:02:00 +05:30
parent e55d7a8c6a
commit 94f667caeb

View File

@ -37,7 +37,9 @@ RUN apt-get update -y && apt-get install \
zlib1g-dev \
# For psycopg2
libpq-dev \
wait-for-it -y \
wait-for-it \
# For arm64
gcc -y \
&& wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_${ARCH}.deb \
&& dpkg -i wkhtmltox_0.12.6-1.buster_${ARCH}.deb && rm wkhtmltox_0.12.6-1.buster_${ARCH}.deb \
&& wget https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh \