2015-05-10 01:19:31 +00:00
|
|
|
FROM irssi
|
2015-03-13 08:44:38 +00:00
|
|
|
|
2015-05-10 01:19:31 +00:00
|
|
|
USER root
|
|
|
|
RUN apt-get update && apt-get install git
|
2015-03-13 08:44:38 +00:00
|
|
|
|
2015-05-10 01:19:31 +00:00
|
|
|
USER user
|
2015-03-13 08:44:38 +00:00
|
|
|
# I use tmux in 256 color mode. Too bad if you don't.
|
|
|
|
ENV TERM screen-256color
|