Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tools
docker-image
Commits
7b1ddaa3
Commit
7b1ddaa3
authored
May 25, 2018
by
caiyanming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove apt key from python Dockerfile
Change-Id: I731c17b5219dae79d2711d76bf3f2fb29909065d
parent
18a23eb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
python/Dockerfile
python/Dockerfile
+1
-3
No files found.
python/Dockerfile
View file @
7b1ddaa3
...
@@ -22,9 +22,7 @@ ENV TZ Asia/Shanghai
...
@@ -22,9 +22,7 @@ ENV TZ Asia/Shanghai
COPY
sources.list /etc/apt/sources.list
COPY
sources.list /etc/apt/sources.list
COPY
requirements.txt ./
COPY
requirements.txt ./
RUN
apt-key adv
--recv-keys
--keyserver
keyserver.ubuntu.com 40976EAF437D05B5
\
RUN
apt-get update
\
&&
apt-key adv
--recv-keys
--keyserver
keyserver.ubuntu.com 3B4FE6ACC0B21F32
\
&&
apt-get update
\
&&
apt-get
install
bzip2 gcc libmysqlclient-dev
-y
\
&&
apt-get
install
bzip2 gcc libmysqlclient-dev
-y
\
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
pip
install
--no-cache-dir
--trusted-host
mirrors.aliyun.com
\
&&
pip
install
--no-cache-dir
--trusted-host
mirrors.aliyun.com
\
...
...
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