This commit is contained in:
mr0xb 2026-05-27 11:36:56 -04:00
commit 50261d8e1c
No known key found for this signature in database
9 changed files with 241 additions and 0 deletions

View file

@ -0,0 +1,5 @@
FROM debian:latest
RUN apt update && apt install -y htop
CMD ["htop"]