Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlb committed Jun 16, 2016
1 parent f2c7515 commit 1cb2be3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Expand Up @@ -4,5 +4,6 @@ RUN apk --no-cache add ca-certificates \
&& pip install -I flexget transmissionrpc \
&& mkdir -p /root/.flexget \
&& touch /root/.flexget/config.yml
RUN sed -i "/API_KEY =/c\import os; API_KEY = os.getenv('ROTTEN_TOMATOES_API_KEY', 'rh8chjzp8vu6gnpwj88736uv')" /usr/lib/python2.7/site-packages/flexget/plugins/api_rottentomatoes.py

CMD ["/usr/bin/flexget", "--loglevel", "info", "daemon", "start"]
CMD ["/usr/bin/flexget", "--loglevel", "debug", "daemon", "start"]

0 comments on commit 1cb2be3

Please sign in to comment.