Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <github@hollensbe.org> (github: erikh) Upstream-commit: 234f0e4f79c27a4820f75a504fdcd45b2981a68a Component: engine
7 lines
225 B
Plaintext
7 lines
225 B
Plaintext
(from "ubuntu:14.04")
|
|
(run "apt-get update -qy && apt-get install tmux zsh weechat-curses -y")
|
|
(add ".weechat" "/.weechat")
|
|
(add ".tmux.conf" "/")
|
|
(run "echo \"export TERM=screen-256color\" >/.zshenv")
|
|
(cmd "zsh -c weechat")
|