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

9 lines
No EOL
109 B
Text

FROM ubuntu:latest
COPY ../. /workspace
WORKDIR /workspace
RUN apt install --update -y make sudo
RUN make