Add irssi weed config

This commit is contained in:
Christine Dodrill 2015-03-13 01:39:50 -07:00
parent e6d671f30b
commit 326ad6dce9
1 changed files with 21 additions and 0 deletions

21
net/irssi/weed/Dockerfile Normal file
View File

@ -0,0 +1,21 @@
FROM ubuntu:trusty
RUN apt-get update && apt-get install irssi git-core -y
# create smurf user
RUN addgroup user && adduser --ingroup user --disabled-password user
ENV HOME /home/user
ENV LC_CTYPE en_US.UTF-8
USER user
RUN git clone https://github.com/ronilaukkarinen/weed ~/.irssi
# Prune
RUN cd ~/.irssi/scripts &&\
rm nicklist.pl
RUN cd ~/.irssi && mkdir autorun && mv scripts/*.pl autorun &&\
mv autorun scripts
CMD irssi