From d223e051cead451661e312b58eaad4298ae830a5 Mon Sep 17 00:00:00 2001 From: eitsupi <50911393+eitsupi@users.noreply.github.com> Date: Fri, 4 Aug 2023 15:41:12 +0000 Subject: [PATCH] fix to install make --- src/r-apt/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r-apt/install.sh b/src/r-apt/install.sh index 88bb232..bed62c5 100755 --- a/src/r-apt/install.sh +++ b/src/r-apt/install.sh @@ -95,7 +95,7 @@ if [ "${INSTALL_JUPYTERLAB}" = "true" ]; then fi if [ "${INSTALL_BSPM}" = "true" ]; then - APT_PACKAGES+=(python3-apt python3-dbus python3-gi) + APT_PACKAGES+=(make python3-apt python3-dbus python3-gi) fi apt_get_update() {