Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qg-dockerfiles
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qg-dockerfiles
Commits
f90ee8a6
Commit
f90ee8a6
authored
Dec 12, 2017
by
daidekun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
控制台组件
parent
8013d274
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
Dockerfile
baseimg/oracle_jdk8/Dockerfile
+10
-0
No files found.
baseimg/oracle_jdk8/Dockerfile
View file @
f90ee8a6
...
...
@@ -11,6 +11,16 @@ ENV PATH $PATH:$JAVA_HOME/bin
# 为了减小生成的镜像的体积,删除包和jdk源码
RUN
rm
-rf
jdk-8u144-linux-x64.tar.gz ./jdk1.8.0_144/src.zip
# 安装必要打包库
RUN
yum
install
-y
make gcc
*
# 安装控制台组件
RUN
git clone http://192.168.3.60/QA/xterm.git
RUN
npm
install
RUN
npm
install
node-pty
RUN
npm run build
RUN
gulp build
# 安装日志组件
RUN
curl
-sL
https://rpm.nodesource.com/setup_8.x | bash -
RUN
yum
install
-y
nodejs
...
...
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