File tree Expand file tree Collapse file tree 1 file changed +21
-13
lines changed
dockerfiles/minimal-notebook Expand file tree Collapse file tree 1 file changed +21
-13
lines changed Original file line number Diff line number Diff 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/* && \
You can’t perform that action at this time.
0 commit comments