Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RaspberryNode
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
簡碩辰
RaspberryNode
Commits
f0691598
Commit
f0691598
authored
Sep 27, 2019
by
簡碩辰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Dockerfile
parent
97fce3bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
dvr/ffmpeg/Dockerfile
+3
-3
No files found.
dvr/ffmpeg/Dockerfile
View file @
f0691598
FROM
raspbian/jessie
FROM
raspbian/jessie
# 更新系統套件清單
# 更新系統套件清單
RUN
apt
-get
update
RUN
apt update
# 安裝編譯用套件
# 安裝編譯用套件
RUN
apt
-get
install
-y
git pkg-config build-essential make
RUN
apt
install
-y
git pkg-config build-essential make
# 下載 h264 套件
# 下載 h264 套件
RUN
git clone git://git.videolan.org/x264 /usr/src/x264
RUN
git clone git://git.videolan.org/x264 /usr/src/x264
# 移動至 ffmpeg 套件資料夾
# 移動至 ffmpeg 套件資料夾
...
@@ -24,7 +24,7 @@ RUN make
...
@@ -24,7 +24,7 @@ RUN make
# 安裝 ffmpeg
# 安裝 ffmpeg
RUN
make
install
RUN
make
install
# 安裝 python3 套件
# 安裝 python3 套件
RUN
apt
-get
install
-y
python3-dev python3-pip
RUN
apt
install
-y
python3-dev python3-pip
# 更新 python3 套件
# 更新 python3 套件
RUN
pip3
install
--upgrade
pip
RUN
pip3
install
--upgrade
pip
# 安裝 mqtt 套件
# 安裝 mqtt 套件
...
...
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