mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-28 11:54:57 -04:00
5 lines
72 B
Docker
5 lines
72 B
Docker
FROM debian:latest
|
|
|
|
RUN apt update && apt install -y htop
|
|
|
|
CMD ["htop"]
|