This website requires JavaScript.
Explore
Help
Register
Sign In
hasslesstech
/
test3
Watch
1
Star
0
Fork
0
Code
Actions
Activity
Files
bec3545bbc45a4ea816b9e090b538cdc5a318c1e
test3
/
dockerfiles
/
debian
T
6 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
update workflow
2025-05-24 21:02:06 +03:00
FROM debian:latest
RUN apt update
RUN apt upgrade
RUN apt install -y git gcc
Copy Permalink