pez-infra/ansible/dotfiles/Dockerfile-fedora
Rasmus Wejlgaard 737d6e0bc1 initial commit
2026-03-28 12:39:41 +00:00

10 lines
No EOL
118 B
Text

FROM fedora:latest
COPY ../. /workspace
WORKDIR /workspace
RUN dnf -y update
RUN dnf -y install make sudo
RUN make