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

Update Dockerfile

parent 97fce3bb
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 套件
RUN git clone git://git.videolan.org/x264 /usr/src/x264
# 移動至 ffmpeg 套件資料夾
......@@ -24,7 +24,7 @@ RUN make
# 安裝 ffmpeg
RUN make install
# 安裝 python3 套件
RUN apt-get install -y python3-dev python3-pip
RUN apt install -y python3-dev python3-pip
# 更新 python3 套件
RUN pip3 install --upgrade pip
# 安裝 mqtt 套件
......
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