FFmpeg-Builds/util/get_dl_cache_tag.sh

5 lines
97 B
Bash
Executable File

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