Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bis-aria
ariaec
Commits
6194b150
Commit
6194b150
authored
Jun 25, 2019
by
Fabrice ALLAIN
Browse files
refactor: update dockerfile
parent
c9f0293f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
6194b150
...
...
@@ -8,7 +8,7 @@ RUN curl --silent --location https://rpm.nodesource.com/setup_8.x | bash -; yum
RUN
npm
install
-g
--save-dev
@commitlint/
{
cli,config-conventional
}
;
npm
install
-g
conventional-changelog-cli
RUN
echo
"module.exports = {extends: ['@commitlint/config-conventional']};"
>
commitlint.config.js
RUN
pip
install
--upgrade
pip
;
pip
install
coverage
;
pip
install
pytest
;
pip
install
pytest-cov
RUN
pip
install
--upgrade
pip
;
pip
install
--upgrade
setuptools
;
pip
install
coverage
;
pip
install
pytest
;
pip
install
pytest-cov
RUN
wget http://www2.ccpn.ac.uk/download/ccpnmr/analysis2.4.2.tar.gz
;
tar
xvzf analysis2.4.2.tar.gz
;
export
CCPNMR_TOP_DIR
=
$(
pwd
)
/ccpnmr
;
export
PYTHONPATH
=
${
PYTHONPATH
}
:
$CCPNMR_TOP_DIR
/ccpnmr2.4/python
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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