Skip to content

Commit

Permalink
Removes textlive-full to reduce container size
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Feb 22, 2025
1 parent 655a3d2 commit 7dab72a
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions dockerfiles/minimal-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,27 @@ RUN groupadd -g 1026 climate && \
apt-get -q update && \
DEBIAN_FRONTEND=noninteractive \
apt-get install --yes --no-install-recommends \
less \
zip \
unzip \
lz4 \
gzip \
bzip2 \
openssh-client \
locate \
htop \
iputils-ping \
dnsutils \
texlive-full \
&& \
curl \
git \
nano-tiny \
tzdata \
lz4 \
gzip \
bzip2 \
zip \
unzip \
vim-tiny \
openssh-client \
less \
texlive-xetex \
texlive-fonts-recommended \
texlive-plain-generic \
xclip \
locate \
htop \
iputils-ping \
dnsutils \
&& \
apt-get purge && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit 7dab72a

Please sign in to comment.