Removed Comments from Dockerfile

testing
Justin Reichardt 2022-01-11 09:27:45 -06:00
parent 9f40655e99
commit 5bc821274e
1 changed files with 2 additions and 20 deletions

View File

@ -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 <https://www.gnu.org/licenses/>.
*/
FROM debian:sid
FROM debian:sid
RUN apt update
RUN apt install -y youtube-dl
RUN apt-get clean
COPY viddown /usr/bin/viddown