We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b616e commit a4af163Copy full SHA for a4af163
1 file changed
Dockerfile
@@ -46,9 +46,10 @@ RUN apt-get update \
46
valgrind \
47
wget \
48
whois \
49
- && pip install --no-cache-dir "yt-dlp[curl-cffi]" \
50
&& rm --force --recursive /var/lib/apt/lists/*
51
+RUN pip install --no-cache-dir "yt-dlp[curl-cffi]"
52
+
53
RUN mkdir -p /etc/sudoers.d \
54
&& echo "ubuntu ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/ubuntu
55
0 commit comments