mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
9 lines
No EOL
109 B
Text
9 lines
No EOL
109 B
Text
FROM ubuntu:latest
|
|
|
|
COPY ../. /workspace
|
|
|
|
WORKDIR /workspace
|
|
|
|
RUN apt install --update -y make sudo
|
|
|
|
RUN make |