Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicolas Frandeboeuf
kresus
Commits
52edb10b
Commit
52edb10b
authored
Jun 16, 2017
by
Nicolas Frandeboeuf
Committed by
Nicolas Frandeboeuf
Jun 16, 2017
Browse files
Add PyExecJS to python dependencies in Dockerfile (fix #599)
parent
b87d0497
Pipeline
#17213
passed with stage
in 2 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
52edb10b
...
...
@@ -11,7 +11,7 @@ RUN cd /tmp && \
wget https://bootstrap.pypa.io/get-pip.py
&&
\
python ./get-pip.py
&&
\
pip
install
-U
setuptools
&&
\
pip
install
html2text simplejson BeautifulSoup
pip
install
html2text simplejson BeautifulSoup
PyExecJS
RUN
git clone https://git.weboob.org/weboob/devel /tmp/weboob
\
&&
cd
/tmp/weboob
\
...
...
scripts/janitor/Dockerfile
View file @
52edb10b
...
...
@@ -14,7 +14,7 @@ RUN cd /tmp && \
wget https://bootstrap.pypa.io/get-pip.py
&&
\
python ./get-pip.py
&&
\
pip
install
-U
setuptools
&&
\
pip
install
html2text simplejson BeautifulSoup
pip
install
html2text simplejson BeautifulSoup
PyExecJS
RUN
git clone https://git.weboob.org/weboob/devel /tmp/weboob
\
&&
cd
/tmp/weboob
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment