use curl instead of wget

This commit is contained in:
dave 2015-09-14 22:32:53 -07:00
parent d8fe715d53
commit f790f2be89
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM ubuntu:trusty
RUN apt-get update ; \
apt-get install -y python3 python3-setuptools python3-requests python3-yaml wget sqlite3 supervisor ; \
apt-get install -y python3 python3-setuptools python3-requests python3-yaml curl sqlite3 supervisor ; \
easy_install3 pip ; \
pip3 install praw pytz ; \
useradd bot ; \