We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78bda01 commit 04abdbbCopy full SHA for 04abdbb
Dockerfile
@@ -14,7 +14,7 @@ RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" && \
14
echo 'mysqli.allow_local_infile = On' >> "$PHP_INI_DIR/php.ini"
15
16
RUN docker-php-ext-install pdo pdo_mysql mysqli
17
-
+RUN curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp && chmod a+rx /usr/local/bin/yt-dlp
18
COPY . /var/www/html/lwt
19
20
# creating connect.inc.php
0 commit comments