3 lines
58 B
Plaintext
3 lines
58 B
Plaintext
|
|
FROM denoland/deno
|
||
|
|
RUN apt update
|
||
|
|
RUN apt install git -y
|