Skip to content

Commit 9c8642a

Browse files
committed
install the fish shell
1 parent 1d66174 commit 9c8642a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
FROM dclong/python-nodejs
33
# GIT: https://github.com/legendu-net/docker-python-nodejs.git
44

5+
RUN icon fish -i
56
RUN pip3 install --break-system-packages \
6-
nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.4.0" \
7+
nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.5.0" \
78
jupyterlab_widgets ipywidgets jupyterlab_myst \
89
jupyterlab-lsp python-lsp-server[all] \
910
jupyterlab-code-formatter \
@@ -17,3 +18,4 @@ RUN pip3 install --break-system-packages \
1718
COPY scripts /scripts
1819
#COPY settings/themes.jupyterlab-settings /etc/jupyter/lab/user-settings/@jupyterlab/apputils-extension/themes.jupyterlab-settings
1920
COPY settings /settings
21+
ENV SHELL=/usr/bin/fish

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

3-
docker pull dclong/python-nodejs:next
3+
docker pull dclong/python-nodejs
44
docker build -t dclong/jupyterlab:next .

0 commit comments

Comments
 (0)