mirror of
https://github.com/linuxserver/docker-qbittorrent.git
synced 2025-06-28 17:23:13 -04:00
Remove obsolete compat packages
This commit is contained in:
parent
4fe96ba449
commit
98f36cee40
3 changed files with 3 additions and 18 deletions
10
Dockerfile
10
Dockerfile
|
@ -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/*
|
||||||
|
|
|
@ -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/*
|
||||||
|
|
|
@ -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."}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue