diff --git a/Containerfile b/Containerfile index 2619730..3c3c167 100644 --- a/Containerfile +++ b/Containerfile @@ -1,7 +1,7 @@ FROM ubuntu:rolling # Nix + systemd RUN apt update -y -RUN apt install curl systemd -y +RUN apt install curl systemd zsh -y RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \ --extra-conf "sandbox = false" \ --no-start-daemon \ @@ -26,6 +26,8 @@ RUN yes | unminimize COPY ./basics.list /tmp/apt.list RUN apt install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y $(grep -vE "^\s*#" /tmp/apt.list | tr "\n" " ") RUN rm /tmp/apt.list +# Shell +RUN chsh -s /usr/bin/zsh root # Latex packages COPY ./tex.list /tmp/apt.list RUN apt install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y $(grep -vE "^\s*#" /tmp/apt.list | tr "\n" " ") diff --git a/basics.list b/basics.list index 6c037b1..68fadef 100644 --- a/basics.list +++ b/basics.list @@ -15,3 +15,6 @@ man-db python3-pandas sqlite3 waypipe +htop +fzf +inkscape diff --git a/tex.list b/tex.list index 7f04bee..10aeda8 100644 --- a/tex.list +++ b/tex.list @@ -3,6 +3,11 @@ texlive-lang-english texlive-lang-german texlive-latex-extra texlive-science -latexmk texlive-xetex +texlive-fonts-extra +texlive-bibtex-extra +#texlive-full +biber +latexmk psutils +pandoc