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
c9f0293f
Commit
c9f0293f
authored
Jun 24, 2019
by
Fabrice ALLAIN
Browse files
refactor: change gitlab ci option for branches
parent
ee38c72e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
c9f0293f
...
...
@@ -2,7 +2,7 @@ FROM centos:centos7
MAINTAINER
Fabrice Allain <fabrice.allain@pasteur.fr>
RUN
yum
install
-y
epel-release
RUN
yum
install
-y
python2-pip python-devel gcc make git
RUN
yum
install
-y
python2-pip python-devel gcc
gcc-c++
make git
RUN
curl
--silent
--location
https://rpm.nodesource.com/setup_8.x | bash -
;
yum
-y
install
nodejs
RUN
npm
install
-g
--save-dev
@commitlint/
{
cli,config-conventional
}
;
npm
install
-g
conventional-changelog-cli
...
...
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