reg/vendor/github.com/docker/docker-ce/components/engine/builder/dockerfile/parser/testfiles/weechat/result

7 lines
225 B
Text
Raw Normal View History

(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")