Skip to content

Commit 04abdbb

Browse files
install yt
1 parent 78bda01 commit 04abdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini" && \
1414
echo 'mysqli.allow_local_infile = On' >> "$PHP_INI_DIR/php.ini"
1515

1616
RUN docker-php-ext-install pdo pdo_mysql mysqli
17-
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
1818
COPY . /var/www/html/lwt
1919

2020
# creating connect.inc.php

0 commit comments

Comments
 (0)