Fix dockerfile again. blame gitlab.

This commit is contained in:
dave 2015-09-14 21:45:55 -07:00
parent 7f51eedee7
commit d8fe715d53
1 changed files with 2 additions and 4 deletions

View File

@ -6,10 +6,8 @@ RUN apt-get update ; \
pip3 install praw pytz ; \
useradd bot ; \
cd /tmp ; \
wget http://gitlab.xmopx.net/dave/pyircbot3/repository/archive.tar.gz ; \
mkdir pyircbot.git ;\
tar zxvf archive.tar.gz -C pyircbot.git --strip-components=1 ; \
rm archive.tar.gz ; \
mkdir pyircbot3.git ; \
curl http://gitlab.xmopx.net/dave/pyircbot3/repository/archive.tar.gz | tar zxvf - -C pyircbot3.git --strip-components=1 ; \
cd pyircbot3.git/ ; \
python3 setup.py install ; \
mkdir /srv/bot ; \