#!/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 .