newline
This commit is contained in:
parent
6284125b1b
commit
4f6b00f369
3 changed files with 4 additions and 4 deletions
|
|
@ -55,7 +55,7 @@ RUN mkdir -pv "${DEFAULT_WORKSPACE}" && \
|
||||||
g++ \
|
g++ \
|
||||||
make \
|
make \
|
||||||
libffi-dev && \
|
libffi-dev && \
|
||||||
python3 -m pip --help
|
python3 -m pip --help \
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ RUN mkdir -p /config && \
|
||||||
fi && \
|
fi && \
|
||||||
# Install Deno, required for YouTube downloads
|
# Install Deno, required for YouTube downloads
|
||||||
curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh -s -- -y --no-modify-path && \
|
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
|
# Install ytdl-sub, ensure it is installed properly
|
||||||
python3 -m pip install --no-cache-dir --break-system-packages ytdl_sub-*.whl && \
|
python3 -m pip install --no-cache-dir --break-system-packages ytdl_sub-*.whl && \
|
||||||
ytdl-sub -h && \
|
ytdl-sub -h && \
|
||||||
|
|
@ -78,7 +78,7 @@ RUN mkdir -p /config && \
|
||||||
apt-get autoremove -y && \
|
apt-get autoremove -y && \
|
||||||
apt-get purge -y --auto-remove && \
|
apt-get purge -y --auto-remove && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
python3 -m pip --help
|
python3 -m pip --help \
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# CONTAINER CONFIGS
|
# CONTAINER CONFIGS
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ RUN mkdir -pv "${DEFAULT_WORKSPACE}" && \
|
||||||
fi && \
|
fi && \
|
||||||
# Install Deno, required for YouTube downloads
|
# Install Deno, required for YouTube downloads
|
||||||
curl -fsSL https://deno.land/install.sh | DENO_INSTALL=/usr/local sh -s -- -y --no-modify-path && \
|
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
|
# Install ytdl-sub, ensure it is installed properly
|
||||||
python3 -m pip install --no-cache-dir --break-system-packages ytdl_sub-*.whl && \
|
python3 -m pip install --no-cache-dir --break-system-packages ytdl_sub-*.whl && \
|
||||||
ytdl-sub -h && \
|
ytdl-sub -h && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue