diff --git a/build/Dockerfile b/build/Dockerfile index c41b1f6..8e1d536 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -7,11 +7,19 @@ RUN apt-get update \ && apt-get clean USER $NB_UID -RUN mamba install --yes r-irkernel \ +RUN mamba install --yes bash_kernel \ + ansible-kernel \ + jupyterlab-latex \ + jupyterlab-nbconvert-nocode \ + jupyterlab-spellchecker \ + jupyterlab-spreadsheet-editor \ + jupyterlab_miami_nights \ + jupyterlab_templates \ + jupyterlab_vim \ r-ggplot2 \ r-ggpubr \ + r-irkernel \ r-tidyverse \ - jupyterlab-spellchecker \ && mamba clean --all --force --yes \ && fix-permissions "${CONDA_DIR}" \ && fix-permissions "/home/${NB_USER}"