arm64 ffmpeg cleanup

This commit is contained in:
Blake Blackshear
2020-10-11 11:49:29 -05:00
parent 5fbb092212
commit 6554640a61
+2 -3
View File
@@ -86,6 +86,8 @@ RUN buildDeps="autoconf \
python \
libssl-dev \
yasm \
linux-headers-raspi2 \
libomxil-bellagio-dev \
zlib1g-dev" && \
apt-get -yqq update && \
apt-get install -yq --no-install-recommends ${buildDeps}
@@ -452,9 +454,6 @@ RUN \
curl -sLO https://ffmpeg.org/releases/ffmpeg-${FFMPEG_VERSION}.tar.bz2 && \
tar -jx --strip-components=1 -f ffmpeg-${FFMPEG_VERSION}.tar.bz2
RUN apt-get install -yq --no-install-recommends linux-headers-raspi2 libomxil-bellagio-dev
RUN \
DIR=/tmp/ffmpeg && mkdir -p ${DIR} && cd ${DIR} && \
./configure \