The scientific-emacs a container-based in Debian:Focal version with emacs 26, and a light version of TeXlive.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
168 B

  1. # Ubuntu
  2. FROM ubuntu:latest
  3. ENV UNAME="scientific-emacs"
  4. MAINTAINER gmarxcc
  5. LABEL version="0.1"
  6. # installing emacs
  7. RUN apt-get update \
  8. && apt-get install -y emacs