mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
10 lines
No EOL
136 B
Text
10 lines
No EOL
136 B
Text
FROM archlinux:latest
|
|
|
|
COPY ../. /workspace
|
|
|
|
WORKDIR /workspace
|
|
|
|
RUN pacman -Syy
|
|
RUN pacman -S --noconfirm make sudo git which
|
|
|
|
RUN make |