diff --git a/Dockerfile b/Dockerfile index a761207..337dfb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 2a1fd10..43e1fc7 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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/* \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 239bb7c..9920938 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -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/* \ diff --git a/readme-vars.yml b/readme-vars.yml index f3e3ce9..b0ace4f 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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" }