FROM nektarpp/nektar-workbook:test-dm-20201126-3

RUN pip install --no-cache-dir nbgitpuller

USER root
COPY ./entrypoint.sh /
RUN chmod +x /entrypoint.sh

USER $NB_USER
ENTRYPOINT ["/entrypoint.sh"]
