default: build_image

build_image:
	docker build -t sneak/youtube-dl .

run:
	docker run -t sneak/youtube-dl /bin/bash