dockerfiles/net/irssi/base/Dockerfile

9 lines
154 B
Docker
Raw Normal View History

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