mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
f41230b93a
Signed-off-by: Tibor Vass <tibor@docker.com>
9 lines
198 B
Docker
9 lines
198 B
Docker
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
|