mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
10 lines
198 B
Text
10 lines
198 B
Text
|
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
|