Aktualizovat Dockerfile
Build Airflow Ownercz Image / Explore-Gitea-Actions (push) Has been cancelled Details

This commit is contained in:
Radim Lipovčan 2023-12-01 17:45:37 +01:00
parent ca824bf91b
commit d4ef63332b
1 changed files with 25 additions and 25 deletions

View File

@ -10,7 +10,7 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
ADD "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-linux64-gpl.tar.xz"
ADD "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-linux64-gpl.tar.xz" .
RUN tar -xvf ffmpeg-master-latest-linux64-gpl.tar.xz \
&& mv ffmpeg-master-latest-linux64-gpl/bin/* /usr/bin/ \
&& rm ffmpeg-master-latest-linux64-gpl.tar.xz