diff --git a/examples/docker/Dockerfile b/examples/docker/Dockerfile index ec5de16..2104fd3 100644 --- a/examples/docker/Dockerfile +++ b/examples/docker/Dockerfile @@ -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 ; \