We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9736c3e commit 3a116c6Copy full SHA for 3a116c6
.devcontainer/Dockerfile
@@ -14,8 +14,3 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
14
RUN wget -O /usr/local/bin/yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp \
15
&& chmod a+rx /usr/local/bin/yt-dlp \
16
&& ln -s /usr/local/bin/yt-dlp /usr/local/bin/youtube-dl
17
-
18
-RUN curl -fsSL https://deno.land/install.sh | sh \
19
- && ln -s /root/.deno/bin/deno /usr/local/bin/deno
20
21
-ENV PATH="/root/.deno/bin:${PATH}"
0 commit comments