summaryrefslogtreecommitdiff
path: root/server/test/docker/templates/arch.Dockerfile.in.FAILING
blob: a85762b5049ddaeb786dd2447068a94651227267 (plain)
1
2
3
4
# -*- 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.