diff --git a/base/desktop.Dockerfile b/base/desktop.Dockerfile index 00c9dab..8ee8b44 100644 --- a/base/desktop.Dockerfile +++ b/base/desktop.Dockerfile @@ -6,7 +6,8 @@ FROM greyltc/archlinux-aur:paru as osicstacks-base-desktop RUN pacman -Syuq --noconfirm # Install packages -RUN aur-install sudo git git-lfs python python-pip python-pipx xz gnu-free-fonts vim ngspice gedit jupyter-notebook +RUN aur-install sudo git git-lfs python python-pip python-pipx xz gnu-free-fonts vim ngspice gedit jupyter-notebook xterm +ENV TERM=xterm EDITOR=gedit # Clean cache RUN pacman -Scc