Skip to content

Commit

Permalink
Add python3-pkg-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
CHBMB committed Jan 19, 2021
1 parent 4bedc5d commit 22f673b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/* \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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/* \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -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/* \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 22f673b

Please sign in to comment.