FFmpeg-Builds/util/get_dl_cache_tag.sh
2023-06-20 23:44:31 +02:00

5 lines
97 B
Bash
Executable file

#!/bin/bash
set -eo pipefail
printf dlcache_
tail -n+3 Dockerfile.dl | sha256sum | cut -d' ' -f1