This commit is contained in:
Jesse Bannon 2025-09-27 16:26:06 -07:00
parent 6284125b1b
commit 4f6b00f369
3 changed files with 4 additions and 4 deletions

View file

@ -55,7 +55,7 @@ RUN mkdir -pv "${DEFAULT_WORKSPACE}" && \
g++ \
make \
libffi-dev && \
python3 -m pip --help
python3 -m pip --help \
###############################################################################

View file

@ -64,7 +64,7 @@ RUN mkdir -p /config && \
fi && \
# Install Deno, required for YouTube downloads
curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh -s -- -y --no-modify-path && \
deno --help &&
deno --help && \
# Install ytdl-sub, ensure it is installed properly
python3 -m pip install --no-cache-dir --break-system-packages ytdl_sub-*.whl && \
ytdl-sub -h && \
@ -78,7 +78,7 @@ RUN mkdir -p /config && \
apt-get autoremove -y && \
apt-get purge -y --auto-remove && \
rm -rf /var/lib/apt/lists/* && \
python3 -m pip --help
python3 -m pip --help \
###############################################################################
# CONTAINER CONFIGS

View file

@ -67,7 +67,7 @@ RUN mkdir -pv "${DEFAULT_WORKSPACE}" && \
fi && \
# Install Deno, required for YouTube downloads
curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh -s -- -y --no-modify-path && \
deno --help &&
deno --help && \
# Install ytdl-sub, ensure it is installed properly
python3 -m pip install --no-cache-dir --break-system-packages ytdl_sub-*.whl && \
ytdl-sub -h && \