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
2d7d3a12
Commit
2d7d3a12
authored
Nov 15, 2018
by
xuezj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改ui基础镜像依赖
parent
ec46f6f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
Dockerfile
baseimg/common/openresty/Dockerfile
+5
-1
Dockerfile
templates/lua-ui/Dockerfile
+1
-1
No files found.
baseimg/common/openresty/Dockerfile
View file @
2d7d3a12
...
...
@@ -30,7 +30,11 @@ RUN yum-config-manager --add-repo https://openresty.org/package/centos/openresty
&&
yum remove
-y
make
\
&&
yum clean all
\
&&
ln
-sf
/dev/stdout /usr/local/openresty/nginx/logs/access.log
\
&&
ln
-sf
/dev/stderr /usr/local/openresty/nginx/logs/error.log
&&
ln
-sf
/dev/stderr /usr/local/openresty/nginx/logs/error.log
\
&&
yum
install
-y
epel-release
\
&&
yum
install
-y
python-pip
\
&&
python
-m
pip
install
--upgrade
pip
\
&&
pip
install
pyyaml
# Unused, present for parity with other Dockerfiles
# This makes some tooling/testing easier, as specifying a build-arg
...
...
templates/lua-ui/Dockerfile
View file @
2d7d3a12
FROM
192.168.4.4/baseimg/openresty:2018
03291115
FROM
192.168.4.4/baseimg/openresty:2018
11150852
USER
root
WORKDIR
/home/quant_group
...
...
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