Aktualizovat Dockerfile
This commit is contained in:
parent
a797bf44f5
commit
2892e3c759
@ -14,6 +14,8 @@ ADD "https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/ffmpeg-maste
|
|||||||
RUN tar -xvf 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/ \
|
&& mv ffmpeg-master-latest-linux64-gpl/bin/* /usr/bin/ \
|
||||||
&& rm ffmpeg-master-latest-linux64-gpl.tar.xz
|
&& rm ffmpeg-master-latest-linux64-gpl.tar.xz
|
||||||
|
|
||||||
|
|
||||||
RUN npm install --global yarn \
|
RUN npm install --global yarn \
|
||||||
&& yarn global add tiktok-scraper
|
&& yarn global add tiktok-scraper
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user