Evolution of Unix course

This commit is contained in:
Eric Coissac
2025-10-31 14:19:31 +01:00
parent 1d0db893f1
commit d49592c5d4
18 changed files with 9652 additions and 24 deletions

View File

@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
r-base r-base-dev \
libcurl4-openssl-dev libssl-dev libxml2-dev \
build-essential git curl \
texlive-xetex texlive-fonts-recommended texlive-plain-generic \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
# Install R kernel + useful packages