chbmb 2021-01-19 23:38:21 +00:00
parent 4bedc5d076
commit 22f673b18e
4 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,7 @@ RUN \
libsasl2-dev \
python3-pip && \
apt-get -y autoremove && \
apt-get install -y python3-pkg-resources && \
rm -rf \
/tmp/* \
/var/lib/apt/lists/* \

View File

@ -73,6 +73,7 @@ RUN \
python3-pip \
zlib1g-dev && \
apt-get -y autoremove && \
apt-get install -y python3-pkg-resources && \
rm -rf \
/tmp/* \
/var/lib/apt/lists/* \

View File

@ -75,6 +75,7 @@ RUN \
python3-pip \
zlib1g-dev && \
apt-get -y autoremove && \
apt-get install -y python3-pkg-resources && \
rm -rf \
/tmp/* \
/var/lib/apt/lists/* \

View File

@ -71,6 +71,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "19.01.21:", desc: "Add python3-pkg-resources"}
- { date: "13.01.21:", desc: "Rebase to Ubuntu Focal, see [here](https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal) for troubleshooting armhf." }
- { date: "12.10.20:", desc: "Add libxi6"}
- { date: "12.07.20:", desc: "Add kepubify for arm64v8" }