emacs/org/elpa/pdf-tools-20230117.632/build/server/test/docker/templates/arch.Dockerfile.in.FAILING
2023-02-21 13:17:08 -05:00

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.