File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11FROM centos
22
33RUN yum install -y curl rpm-build
4- RUN curl --silent --location https://rpm.nodesource.com/setup_7 .x | bash -
4+ RUN curl --silent --location https://rpm.nodesource.com/setup_10 .x | bash -
55RUN yum -y install nodejs
66RUN npm install -g gulp-cli
Original file line number Diff line number Diff line change 11FROM ubuntu
22
33RUN apt-get update
4- RUN apt-get install -y curl fakeroot dpkg
5- RUN curl -sL https://deb.nodesource.com/setup_7 .x | bash - && apt-get install -y nodejs
4+ RUN apt-get install -y curl fakeroot dpkg gnupg
5+ RUN curl -sL https://deb.nodesource.com/setup_10 .x | bash - && apt-get install -y nodejs
66RUN npm install -g gulp-cli
Original file line number Diff line number Diff line change 33 "title" : " Jenia" ,
44 "version" : " 0.4.0" ,
55 "description" : " Jenia is a simple cross-platform GUI client for Jenkins CI. Built on Electron." ,
6- "homepage" : " https://jenia.pl /" ,
6+ "homepage" : " https://github.com/roman0x58/jenia /" ,
77 "repository" : {
88 "type" : " git" ,
99 "url" : " https://github.com/roman0x58/jenia"
Original file line number Diff line number Diff line change 33 "title" : " Jenia" ,
44 "version" : " 0.4.0" ,
55 "description" : " Jenia is a simple cross-platform GUI client for Jenkins CI. Built on Electron." ,
6- "homepage" : " https://jenia.pl /" ,
6+ "homepage" : " https://github.com/roman0x58/jenia /" ,
77 "repository" : {
88 "type" : " git" ,
99 "url" : " https://github.com/roman0x58/jenia"
You can’t perform that action at this time.
0 commit comments