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
bac4ace8
Commit
bac4ace8
authored
Oct 29, 2019
by
caiyanming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add ffmpga support
Change-Id: I75829b20a5921f72bb0d2d41f5565babf90b912d
parent
ab911c45
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
jdk/Dockerfile
jdk/Dockerfile
+2
-0
No files found.
jdk/Dockerfile
View file @
bac4ace8
...
...
@@ -21,6 +21,7 @@ COPY sources.list /etc/apt/sources.list
RUN
apt-get update
\
&&
apt-get
install
haveged
-y
\
&&
apt-get
-y
install
language-pack-zh-hans language-pack-zh-hans-base
\
&&
apt-get
-y
install
ffmpeg
\
&&
rm
-rf
/var/lib/apt/lists/
*
ADD
server-jre-8u172-linux-x64.tar.gz /usr/local/
...
...
@@ -40,3 +41,4 @@ ENV LC_ALL zh_CN.UTF-8
ENV
JAVA_HOME /usr/local/jdk1.8.0_172
ENV
CLASSPATH $JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
ENV
PATH $PATH:$JAVA_HOME/bin
ENV
FFMPEG /usr/bin/ffmpeg
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