Files
jellyfin-ffmpeg/Dockerfile.win64.make
T
2026-05-28 10:57:06 +08:00

8 lines
162 B
Docker

#!/usr/bin/make
DISTRO=ubuntu:resolute
.PHONY: Dockerfile
Dockerfile: Dockerfile.win64.in
sed 's/DISTRO/$(DISTRO)/' $< > $@ || rm -f $@
clean:
rm -f Dockerfile