6 lines
78 B
Plaintext
6 lines
78 B
Plaintext
FROM debian:latest
|
|
|
|
RUN apt update
|
|
RUN apt upgrade
|
|
RUN apt install -y git gcc
|