dotemacs

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

arch.Dockerfile.in.FAILING (191B)


      1 # -*- dockerfile -*-
      2 FROM archlinux:latest
      3 RUN pacman -Syu --noconfirm --noprogressbar
      4 # @TODO: The official Archlinux image does not seem to have any form of shell. Marking this as FAILING.