5 lines
191 B
Plaintext
5 lines
191 B
Plaintext
|
# -*- 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.
|