1
0

6 lines
78 B
Plaintext
Raw Normal View History

2025-05-24 21:02:06 +03:00
FROM debian:latest
RUN apt update
RUN apt upgrade
RUN apt install -y git gcc