How to install maxima-kernel in jupyter notebook

Description

My attempt to make notebook Dockerfile with maxima kernel (not working)

z                                                            
# Dockerfile for JupyterLab
# Jupyterhub version: 3.1.1

FROM jupyter/datascience-notebook:hub-3.1.1

# JupyterHub Version
ARG JUPYTERHUB_VERSION=3.1.1

USER root
RUN apt-get update && \
    apt-get install -y gnuplot octave && \
    apt-get clean

# Install packages
RUN pip3 install --no-cache \
    jupyterlab-language-pack-pl-PL \
    octave_kernel && \
    export OCTAVE_EXECUTABLE=$(which octave)


# install maxima
RUN apt-get install -y sbcl


RUN pwd
# if something wrong - change this source
RUN curl https://ftp.gnu.org/gnu/non-gnu/maxima/maxima-5.2.tar.gz -o maxima.tar.gz
RUN tar -zxvf maxima.tar.gz  
RUN mv maxima-* maxima

RUN apt-get install autotools-dev automake -y

RUN cd maxima && \
    ./configure --enable-sbcl


USER jovyan

debian lenovo trackpoint scroll