From 5bc821274e26251569a8487f8c9585c6fd69d4a2 Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Tue, 11 Jan 2022 09:27:45 -0600 Subject: [PATCH] Removed Comments from Dockerfile --- src/Dockerfile | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/src/Dockerfile b/src/Dockerfile index 7b31da3..0d0989b 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -1,26 +1,8 @@ -/* - * Copyright 2022 Justin Reichardt - * - * This file is part of viddown. - * - * fedset is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * viddown is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with fedset. If not, see . - */ - -FROM debian:sid + FROM debian:sid RUN apt update RUN apt install -y youtube-dl +RUN apt-get clean COPY viddown /usr/bin/viddown