Files
jellyfin-ffmpeg/Dockerfile.win64.make
T
2023-10-16 19:46:27 +08:00

8 lines
160 B
Docker

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