emacs/org/elpa/pdf-tools-20220823.513/build/server/test/docker/templates/arch.Dockerfile.in.FAILING

5 lines
191 B
Plaintext
Raw Normal View History

2022-08-25 15:49:25 +00:00
# -*- dockerfile -*-
FROM archlinux:latest
RUN pacman -Syu --noconfirm --noprogressbar
# @TODO: The official Archlinux image does not seem to have any form of shell. Marking this as FAILING.