Skip to content

Commit

Permalink
Merge pull request #276 from linuxserver/remove-superfluous-items
Browse files Browse the repository at this point in the history
Remove superfluous items which were moved to the calibre mod
  • Loading branch information
drizuid authored Oct 18, 2023
2 parents 7959b3b + 28ea5a0 commit 297ab51
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG BUILD_DATE
ARG VERSION
ARG CALIBREWEB_RELEASE
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="chbmb"
LABEL maintainer="notdriz"

RUN \
echo "**** install build packages ****" && \
Expand All @@ -24,14 +24,9 @@ RUN \
imagemagick \
ghostscript \
libldap-2.5-0 \
libnss3 \
libsasl2-2 \
libxcomposite1 \
libxi6 \
libxrandr2 \
libxkbfile-dev \
libxslt1.1 \
libxtst6 \
python3-venv && \
echo "**** install calibre-web ****" && \
if [ -z ${CALIBREWEB_RELEASE+x} ]; then \
Expand Down
5 changes: 0 additions & 5 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,9 @@ RUN \
imagemagick \
ghostscript \
libldap-2.5-0 \
libnss3 \
libsasl2-2 \
libxcomposite1 \
libxi6 \
libxrandr2 \
libxkbfile-dev \
libxslt1.1 \
libxtst6 \
python3-venv && \
echo "**** install calibre-web ****" && \
if [ -z ${CALIBREWEB_RELEASE+x} ]; then \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **17.10.23:** - Remove some packages that are required by the calibre mod but not the base container.
* **07.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar). Switch to Python virtual environment.
* **13.04.23:** - Deprecate armhf.
* **27.03.23:** - Add cmake as build dep for Levenshtein.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "17.10.23:", desc: "Remove some packages that are required by the calibre mod but not the base container."}
- { date: "07.10.23:", desc: "Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar). Switch to Python virtual environment."}
- { date: "13.04.23:", desc: "Deprecate armhf."}
- { date: "27.03.23:", desc: "Add cmake as build dep for Levenshtein."}
Expand Down

0 comments on commit 297ab51

Please sign in to comment.