Commit e483ac54 authored by 簡碩辰's avatar 簡碩辰

Update Dockerfile

parent 86888f34
...@@ -2,7 +2,7 @@ FROM raspbian/jessie ...@@ -2,7 +2,7 @@ FROM raspbian/jessie
# 更新系統套件清單 # 更新系統套件清單
RUN apt update RUN apt update
# 安裝編譯用套件 # 安裝編譯用套件
RUN apt install -y git pkg-config build-essential make RUN apt install -y git make pkg-config build-essential
# 下載 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 套件資料夾
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment