mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +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 |