docker-arch/Dockerfile

8 lines
103 B
Docker
Raw Normal View History

2021-10-09 12:20:47 +00:00
FROM archlinux:base-devel
2021-10-09 12:16:01 +00:00
2021-10-09 12:48:35 +00:00
RUN useradd -m archie
2021-10-09 12:42:03 +00:00
RUN pacman -Syu --noconfirm \
git \
base