Merge pull request #116 from linuxserver/aleut

Add python3-pkg-resources
This commit is contained in:
chbmb 2021-01-20 09:31:02 +00:00 committed by GitHub
commit 01fd8899db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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" }