update images

This commit is contained in:
Jesse Bannon 2025-03-15 17:34:41 -07:00
parent 8db90cd4ce
commit 507e666316
2 changed files with 4 additions and 8 deletions

View file

@ -1,4 +1,4 @@
FROM lscr.io/linuxserver/code-server:4.18.0-ls181
FROM lscr.io/linuxserver/code-server:4.98.2
# For phantomjs
ENV OPENSSL_CONF="/etc/ssl"
@ -22,7 +22,6 @@ RUN mkdir -p /config && \
g++ \
nano \
make \
python3.10-dev \
python3-pip \
fontconfig \
xz-utils \
@ -61,7 +60,7 @@ RUN mkdir -p /config && \
phantomjs --version ; \
fi && \
# Install ytdl-sub, ensure it is installed properly
pip install --no-cache-dir ytdl_sub-*.whl && \
pip install --no-cache-dir --break-system-packages ytdl_sub-*.whl && \
ytdl-sub -h && \
# Delete unneeded packages after install
rm ytdl_sub-*.whl && \
@ -70,7 +69,6 @@ RUN mkdir -p /config && \
make \
xz-utils \
bzip2 \
python3.10-dev \
python3-venv && \
apt-get autoremove -y && \
apt-get purge -y --auto-remove && \

View file

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy
FROM ghcr.io/linuxserver/baseimage-ubuntu:noble
# https://askubuntu.com/questions/972516/debian-frontend-environment-variable
ARG DEBIAN_FRONTEND=noninteractive
@ -25,7 +25,6 @@ RUN mkdir -p /config && \
g++ \
nano \
make \
python3.10-dev \
python3-pip \
fontconfig \
xz-utils \
@ -64,7 +63,7 @@ RUN mkdir -p /config && \
phantomjs --version ; \
fi && \
# Install ytdl-sub, ensure it is installed properly
pip install --no-cache-dir ytdl_sub-*.whl && \
pip install --no-cache-dir --break-system-packages ytdl_sub-*.whl && \
ytdl-sub -h && \
# Delete unneeded packages after install
rm ytdl_sub-*.whl && \
@ -73,7 +72,6 @@ RUN mkdir -p /config && \
make \
xz-utils \
bzip2 \
python3.10-dev \
python3-venv && \
apt-get autoremove -y && \
apt-get purge -y --auto-remove && \