1
0
Fork 0
beets/build.sh

10 lines
289 B
Bash
Executable file

#!/bin/bash
# git clone https://github.com/wader/static-ffmpeg.git ./wader-static-ffmpeg
cd ./wader-static-ffmpeg
git pull
docker build --pull --no-cache --build-arg ENABLE_FDKAAC=1 -t my-ffmpeg-static:latest .
cd ../
docker pull ubuntu:20.04
docker build --no-cache --tag beets:latest .