Skip to content

Commit 7dab72a

Browse files
committed
Removes textlive-full to reduce container size
1 parent 655a3d2 commit 7dab72a

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

dockerfiles/minimal-notebook/Dockerfile

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,27 @@ RUN groupadd -g 1026 climate && \
1212
apt-get -q update && \
1313
DEBIAN_FRONTEND=noninteractive \
1414
apt-get install --yes --no-install-recommends \
15-
less \
16-
zip \
17-
unzip \
18-
lz4 \
19-
gzip \
20-
bzip2 \
21-
openssh-client \
22-
locate \
23-
htop \
24-
iputils-ping \
25-
dnsutils \
26-
texlive-full \
27-
&& \
15+
curl \
16+
git \
17+
nano-tiny \
18+
tzdata \
19+
lz4 \
20+
gzip \
21+
bzip2 \
22+
zip \
23+
unzip \
24+
vim-tiny \
25+
openssh-client \
26+
less \
27+
texlive-xetex \
28+
texlive-fonts-recommended \
29+
texlive-plain-generic \
30+
xclip \
31+
locate \
32+
htop \
33+
iputils-ping \
34+
dnsutils \
35+
&& \
2836
apt-get purge && \
2937
apt-get clean && \
3038
rm -rf /var/lib/apt/lists/* && \

0 commit comments

Comments
 (0)