Remove obsolete compat packages

This commit is contained in:
TheSpad 2024-01-31 19:21:26 +00:00
parent 4fe96ba449
commit 98f36cee40
No known key found for this signature in database
GPG key ID: 08F06191F4587860
3 changed files with 3 additions and 18 deletions

View file

@ -19,15 +19,9 @@ XDG_DATA_HOME="/config"
# install runtime packages and qbitorrent-cli # install runtime packages and qbitorrent-cli
RUN \ RUN \
echo "**** install build packages ****" && \
apk add --no-cache --virtual=build-dependencies \
build-base && \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ apk add --no-cache \
icu-libs \ icu-libs \
libstdc++ \
openssl \
openssl1.1-compat \
p7zip \ p7zip \
python3 \ python3 \
qt6-qtbase-sqlite && \ qt6-qtbase-sqlite && \
@ -50,8 +44,6 @@ RUN \
/tmp/qbt.tar.gz -C \ /tmp/qbt.tar.gz -C \
/qbt && \ /qbt && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \
apk del --purge \
build-dependencies && \
rm -rf \ rm -rf \
/root/.cache \ /root/.cache \
/tmp/* /tmp/*

View file

@ -19,15 +19,9 @@ XDG_DATA_HOME="/config"
# install runtime packages and qbitorrent-cli # install runtime packages and qbitorrent-cli
RUN \ RUN \
echo "**** install build packages ****" && \
apk add --no-cache --virtual=build-dependencies \
build-base && \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ apk add --no-cache \
icu-libs \ icu-libs \
libstdc++ \
openssl \
openssl1.1-compat \
p7zip \ p7zip \
python3 \ python3 \
qt6-qtbase-sqlite && \ qt6-qtbase-sqlite && \
@ -50,8 +44,6 @@ RUN \
/tmp/qbt.tar.gz -C \ /tmp/qbt.tar.gz -C \
/qbt && \ /qbt && \
echo "**** cleanup ****" && \ echo "**** cleanup ****" && \
apk del --purge \
build-dependencies && \
rm -rf \ rm -rf \
/root/.cache \ /root/.cache \
/tmp/* /tmp/*

View file

@ -51,6 +51,7 @@ app_setup_block: |
# changelog # changelog
changelogs: changelogs:
- { date: "31.01.24:", desc: "Remove obsolete compat packages."}
- { date: "25.12.23:", desc: "Only pull stable releases of qbittorrent-cli."} - { date: "25.12.23:", desc: "Only pull stable releases of qbittorrent-cli."}
- { date: "07.10.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."} - { date: "07.10.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar)."}
- { date: "10.08.23:", desc: "Bump unrar to 6.2.10."} - { date: "10.08.23:", desc: "Bump unrar to 6.2.10."}