update versions and irssi plugins

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle
2016-12-27 16:34:48 -08:00
parent 4f8782ed19
commit 996f7a6367
4 changed files with 14 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ RUN apk --no-cache add \
py-boto \
py-paramiko
RUN git clone https://github.com/newsapps/beeswithmachineguns /usr/src/beeswithmachineguns \
RUN git clone --depth 1 https://github.com/newsapps/beeswithmachineguns /usr/src/beeswithmachineguns \
&& cd /usr/src/beeswithmachineguns \
&& python setup.py install \
&& rm -rf /usr/src/beeswithmachineguns