We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da4bff commit 284395eCopy full SHA for 284395e
Dockerfile
@@ -1,5 +1,6 @@
1
# The compiling is done by goreleaser
2
FROM ubuntu:focal
3
+ARG DEBIAN_FRONTEND=noninteractive
4
RUN apt-get update
5
RUN apt-get -y install youtube-dl ffmpeg
6
COPY ytfeed /
0 commit comments