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
cd9e9c31
Commit
cd9e9c31
authored
Nov 15, 2018
by
xuezj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
不安装yaml
parent
e4cb9c52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Dockerfile
baseimg/common/openresty/Dockerfile
+5
-5
No files found.
baseimg/common/openresty/Dockerfile
View file @
cd9e9c31
FROM
192.168.4.4/baseimg/centos:2018
03291115
FROM
192.168.4.4/baseimg/centos:2018
11151424
MAINTAINER
kalvin.dai <dekun.dai@quantgroup.cn>
ARG
RESTY_LUAROCKS_VERSION="2.4.3"
...
...
@@ -31,10 +31,10 @@ RUN yum-config-manager --add-repo https://openresty.org/package/centos/openresty
&&
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
\
&&
yum
install
-y
epel-release
\
&&
yum
install
-y
python-pip
\
&&
python
-m
pip
install
--upgrade
pip
\
&&
pip
install
pyyaml
#
&& 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
...
...
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