This commit is contained in:
mr0xb 2026-05-22 14:05:39 -04:00
commit d7e2aa1af6
No known key found for this signature in database
GPG key ID: D61C4E28AAE1BC5C
13 changed files with 280 additions and 1 deletions

View file

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