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

5 lines
191 B
Docker

# -*- 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.