mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-27 19:34:57 -04:00
updates
This commit is contained in:
parent
807b7a4504
commit
d7e2aa1af6
13 changed files with 280 additions and 1 deletions
5
docker_files/htop/Dockerfile
Normal file
5
docker_files/htop/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
FROM debian:latest
|
||||
|
||||
RUN apt update && apt install -y htop
|
||||
|
||||
CMD ["htop"]
|
||||
Loading…
Reference in a new issue