Skip to content

Commit

Permalink
Install xclip to support clipboard functionality (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru authored Oct 5, 2022
1 parent 3263a1b commit f47f625
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion minimal-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ RUN apt-get update --yes && \
# https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex
texlive-xetex \
texlive-fonts-recommended \
texlive-plain-generic && \
texlive-plain-generic \
# Enable clipboard on Linux host systems
xclip && \
apt-get clean && rm -rf /var/lib/apt/lists/*

# Create alternative for nano -> nano-tiny
Expand Down

0 comments on commit f47f625

Please sign in to comment.