|
|
@ -47,9 +47,10 @@ RUN \
|
|
|
|
python3 \
|
|
|
|
python3 \
|
|
|
|
python3-pip && \
|
|
|
|
python3-pip && \
|
|
|
|
# make directory
|
|
|
|
# make directory
|
|
|
|
mkdir ${SMA_PATH} && \
|
|
|
|
mkdir -p ${SMA_PATH} && \
|
|
|
|
# download repo
|
|
|
|
# download repo
|
|
|
|
git clone https://github.com/mdhiggins/sickbeard_mp4_automator.git ${SMA_PATH} && \
|
|
|
|
git clone https://github.com/mdhiggins/sickbeard_mp4_automator.git ${SMA_PATH} && \
|
|
|
|
|
|
|
|
mkdir -p ${SMA_PATH}/config && \
|
|
|
|
# create logging file
|
|
|
|
# create logging file
|
|
|
|
touch /var/log/sma.log && \
|
|
|
|
touch /var/log/sma.log && \
|
|
|
|
chgrp users /var/log/sma.log && \
|
|
|
|
chgrp users /var/log/sma.log && \
|
|
|
|