This commit is contained in:
Jesse Bannon 2022-11-14 23:36:23 -08:00
parent 1459de7725
commit 52079533e3

View file

@ -20,6 +20,7 @@ RUN apk update --no-cache && \
tar -xf ffmpeg.tar.xz -C ffmpeg_out/ --strip-components 1 && \
mv ffmpeg_out/bin/* /usr/local/bin/ && \
rm -rf ffmpeg.tar.xz ffmpeg_out/ && \
hash -r && \
apk del \
python3 \
py3-pip && \