Skip to content

Commit a4af163

Browse files
committed
split
1 parent f4b616e commit a4af163

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ RUN apt-get update \
4646
valgrind \
4747
wget \
4848
whois \
49-
&& pip install --no-cache-dir "yt-dlp[curl-cffi]" \
5049
&& rm --force --recursive /var/lib/apt/lists/*
5150

51+
RUN pip install --no-cache-dir "yt-dlp[curl-cffi]"
52+
5253
RUN mkdir -p /etc/sudoers.d \
5354
&& echo "ubuntu ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/ubuntu
5455

0 commit comments

Comments
 (0)