Skip to content

Commit 3a116c6

Browse files
elalemanyomxpv
andcommitted
Remove Deno installation from Dockerfile
Co-authored-by: Maksym Pavlenko <mxpv@users.noreply.github.com>
1 parent 9736c3e commit 3a116c6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,3 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414
RUN wget -O /usr/local/bin/yt-dlp https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp \
1515
&& chmod a+rx /usr/local/bin/yt-dlp \
1616
&& 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

Comments
 (0)