From 6481bf5ae463623e3804b0210b0f8c6e15dfabb3 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Mon, 16 Sep 2024 21:06:48 +0200 Subject: [PATCH] Add bc for computing resources required by qeapp image (#499) --- stack/base/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stack/base/Dockerfile b/stack/base/Dockerfile index 6f035fad..d8167370 100644 --- a/stack/base/Dockerfile +++ b/stack/base/Dockerfile @@ -10,7 +10,8 @@ USER root # https://pymatgen.org/installation.html#installation-tips-for-optional-libraries # rsync: needed to support the new AiiDA backup command # povray: rendering engine used in aiidalab-widgets-base -ENV EXTRA_APT_PACKAGES "curl povray rsync build-essential" +# bc: needed to compute the resources for computer setup +ENV EXTRA_APT_PACKAGES "curl povray rsync build-essential bc" # For ARM64 we need to install erlang as it is not available on conda-forge # (this is needed later as rabbitmq dependency in base-with-services image,