update images
This commit is contained in:
parent
8db90cd4ce
commit
507e666316
2 changed files with 4 additions and 8 deletions
|
|
@ -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
|
# For phantomjs
|
||||||
ENV OPENSSL_CONF="/etc/ssl"
|
ENV OPENSSL_CONF="/etc/ssl"
|
||||||
|
|
@ -22,7 +22,6 @@ RUN mkdir -p /config && \
|
||||||
g++ \
|
g++ \
|
||||||
nano \
|
nano \
|
||||||
make \
|
make \
|
||||||
python3.10-dev \
|
|
||||||
python3-pip \
|
python3-pip \
|
||||||
fontconfig \
|
fontconfig \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
|
|
@ -61,7 +60,7 @@ RUN mkdir -p /config && \
|
||||||
phantomjs --version ; \
|
phantomjs --version ; \
|
||||||
fi && \
|
fi && \
|
||||||
# Install ytdl-sub, ensure it is installed properly
|
# 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 && \
|
ytdl-sub -h && \
|
||||||
# Delete unneeded packages after install
|
# Delete unneeded packages after install
|
||||||
rm ytdl_sub-*.whl && \
|
rm ytdl_sub-*.whl && \
|
||||||
|
|
@ -70,7 +69,6 @@ RUN mkdir -p /config && \
|
||||||
make \
|
make \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
python3.10-dev \
|
|
||||||
python3-venv && \
|
python3-venv && \
|
||||||
apt-get autoremove -y && \
|
apt-get autoremove -y && \
|
||||||
apt-get purge -y --auto-remove && \
|
apt-get purge -y --auto-remove && \
|
||||||
|
|
|
||||||
|
|
@ -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
|
# https://askubuntu.com/questions/972516/debian-frontend-environment-variable
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
@ -25,7 +25,6 @@ RUN mkdir -p /config && \
|
||||||
g++ \
|
g++ \
|
||||||
nano \
|
nano \
|
||||||
make \
|
make \
|
||||||
python3.10-dev \
|
|
||||||
python3-pip \
|
python3-pip \
|
||||||
fontconfig \
|
fontconfig \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
|
|
@ -64,7 +63,7 @@ RUN mkdir -p /config && \
|
||||||
phantomjs --version ; \
|
phantomjs --version ; \
|
||||||
fi && \
|
fi && \
|
||||||
# Install ytdl-sub, ensure it is installed properly
|
# 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 && \
|
ytdl-sub -h && \
|
||||||
# Delete unneeded packages after install
|
# Delete unneeded packages after install
|
||||||
rm ytdl_sub-*.whl && \
|
rm ytdl_sub-*.whl && \
|
||||||
|
|
@ -73,7 +72,6 @@ RUN mkdir -p /config && \
|
||||||
make \
|
make \
|
||||||
xz-utils \
|
xz-utils \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
python3.10-dev \
|
|
||||||
python3-venv && \
|
python3-venv && \
|
||||||
apt-get autoremove -y && \
|
apt-get autoremove -y && \
|
||||||
apt-get purge -y --auto-remove && \
|
apt-get purge -y --auto-remove && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue