dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

Dockerfile.in (106B)


      1 ADD . /epdfinfo
      2 WORKDIR /epdfinfo
      3 RUN make -s distclean || true
      4 CMD ["sh", "./test/docker/lib/run-tests"]