The ACTUAL deno install path this time. Christ, am I new here?
This commit is contained in:
parent
ec44682cb0
commit
e2c4d3cc42
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ RUN curl -sL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh && \
|
||||||
mix local.hex --force && \
|
mix local.hex --force && \
|
||||||
mix local.rebar --force && \
|
mix local.rebar --force && \
|
||||||
# Install Deno - required for YouTube downloads (See yt-dlp#14404)
|
# Install Deno - required for YouTube downloads (See yt-dlp#14404)
|
||||||
curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local/bin/ sh -s -- -y --no-modify-path && \
|
curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local/ sh -s -- -y --no-modify-path && \
|
||||||
# Download and update YT-DLP
|
# Download and update YT-DLP
|
||||||
curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux -o /usr/local/bin/yt-dlp && \
|
curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_linux -o /usr/local/bin/yt-dlp && \
|
||||||
chmod a+rx /usr/local/bin/yt-dlp && \
|
chmod a+rx /usr/local/bin/yt-dlp && \
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ RUN apt-get update -y && \
|
||||||
unzip \
|
unzip \
|
||||||
procps && \
|
procps && \
|
||||||
# Install Deno - required for YouTube downloads (See yt-dlp#14404)
|
# Install Deno - required for YouTube downloads (See yt-dlp#14404)
|
||||||
curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local/bin/ sh -s -- -y --no-modify-path && \
|
curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local/ sh -s -- -y --no-modify-path && \
|
||||||
# Apprise
|
# Apprise
|
||||||
export PIPX_HOME=/opt/pipx && \
|
export PIPX_HOME=/opt/pipx && \
|
||||||
export PIPX_BIN_DIR=/usr/local/bin && \
|
export PIPX_BIN_DIR=/usr/local/bin && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue