Remove obsolete weboob modules repo
This commit is contained in:
parent
31f08cb36b
commit
0da04a4b6e
@ -19,7 +19,7 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \
|
|||||||
&& apt-get install -y nodejs
|
&& apt-get install -y nodejs
|
||||||
|
|
||||||
# Install weboob's code itself.
|
# Install weboob's code itself.
|
||||||
RUN git clone --depth 1 https://git.weboob.org/weboob/devel /home/user/weboob \
|
RUN git clone --depth 1 https://git.weboob.org/weboob/weboob /home/user/weboob \
|
||||||
&& cd /home/user/weboob \
|
&& cd /home/user/weboob \
|
||||||
&& pip install .
|
&& pip install .
|
||||||
|
|
||||||
|
@ -9,3 +9,4 @@ services:
|
|||||||
- ./data:/flatisfy
|
- ./data:/flatisfy
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
working_dir: /home/user/app
|
||||||
|
@ -15,5 +15,4 @@ titlecase
|
|||||||
unidecode
|
unidecode
|
||||||
vobject
|
vobject
|
||||||
whoosh
|
whoosh
|
||||||
https://git.weboob.org/weboob/devel/repository/archive.zip?ref=master
|
https://git.weboob.org/weboob/weboob/repository/archive.zip?ref=master
|
||||||
https://git.weboob.org/weboob/modules/repository/archive.zip?ref=master
|
|
||||||
|
Loading…
Reference in New Issue
Block a user