Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged some functionality changes from Test branch #3

Merged
merged 11 commits into from
Jul 31, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update Dockerfile
Changes for issue #1 and #2
  • Loading branch information
kolonuk authored Jul 30, 2018
commit 0728f6ef136c943f076e48247069d89078532c3b
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu

RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install atomicparsley ffmpeg perl libjson-pp-perl libxml-perl libxml-libxml-simple-perl liblwp-protocol-https-perl libmojolicious-perl libcgi-fast-perl wget bash cron -y
RUN apt-get install atomicparsley ffmpeg perl libjson-pp-perl libxml-libxml-perl libcgi-pm-perl liblwp-protocol-https-perl libmojolicious-perl wget bash cron -y
RUN echo $'\#!/bin/bash\n\
if [[ ! -f /root/get_iplayer.cgi ]]\n\
then\n\
Expand All @@ -13,8 +13,6 @@ fi\n\
if [[ ! -f /root/.get_iplayer/options ]]\n\
then\n\
echo No options file found, adding some nice defaults...\n\
/root/get_iplayer --prefs-add --overwrite\n\
/root/get_iplayer --prefs-add --force\n\
/root/get_iplayer --prefs-add --whitespace\n\
/root/get_iplayer --prefs-add --modes=tvbest,radiobest\n\
/root/get_iplayer --prefs-add --subtitles\n\
Expand Down