mirror of
https://github.com/linuxserver/docker-bazarr.git
synced 2026-02-20 01:02:49 +08:00
refine backports fix
This commit is contained in:
parent
db9d4001ec
commit
bbf3539f11
@ -22,7 +22,10 @@ RUN \
|
||||
/tmp/bazarr.tar.gz -C \
|
||||
/app/bazarr --strip-components=1 && \
|
||||
echo "**** fix backports warning in log ****" && \
|
||||
touch /usr/lib/python2.7/site-packages/backports/__init__.py && \
|
||||
if [ ! -e /usr/lib/python2.7/site-packages/backports/__init__.py ]; \
|
||||
then \
|
||||
touch /usr/lib/python2.7/site-packages/backports/__init__.py ; \
|
||||
fi && \
|
||||
rm -rf \
|
||||
/tmp/*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user