|
1 | 1 | FROM technosoft2000/alpine-base:3.9-1
|
2 | 2 | MAINTAINER Technosoft2000 < [email protected]>
|
3 |
| -LABEL image.version="1.3.0" \ |
| 3 | +LABEL image.version="1.3.1" \ |
4 | 4 | image.description="Docker image for Calibre Web, based on docker image of Alpine" \
|
5 |
| - image.date="2019-02-17" \ |
| 5 | + image.date="2019-02-24" \ |
6 | 6 | url.docker="https://hub.docker.com/r/technosoft2000/calibre-web" \
|
7 | 7 | url.github="https://github.com/Technosoft2000/docker-calibre-web" \
|
8 | 8 | url.support="https://cytec.us/forum"
|
9 | 9 |
|
10 | 10 | # Set basic environment settings
|
11 | 11 | ENV \
|
12 | 12 | # - VERSION: the docker image version (corresponds to the above LABEL image.version)
|
13 |
| - VERSION="1.3.0" \ |
| 13 | + VERSION="1.3.1" \ |
14 | 14 |
|
15 | 15 | # - LANG, LANGUAGE, LC_ALL: language dependent settings (Default: en_US.UTF-8)
|
16 | 16 | LANG="en_US.UTF-8" \
|
@@ -41,15 +41,23 @@ ENV \
|
41 | 41 | CALIBRE_PATH="/books" \
|
42 | 42 |
|
43 | 43 | # - PKG_*: the needed applications for installation
|
44 |
| - PKG_DEV="make gcc g++ python-dev openssl-dev libffi-dev libxml2-dev libxslt-dev" \ |
| 44 | + PKG_DEV="build-base python-dev openssl-dev libffi-dev libxml2-dev libxslt-dev" \ |
45 | 45 | PKG_PYTHON="ca-certificates py-pip python py-libxml2 py-libxslt py-lxml libev" \
|
46 | 46 | # WARNING: Wand supports only ImageMagick 6 at the moment and Alpine delivers already ImageMagick 7
|
47 | 47 | # PKG_IMAGES="imagemagick imagemagick-doc imagemagick-dev" \
|
48 | 48 | # need to build ImageMagick 6 from source
|
49 |
| - PKG_IMAGES_DEV="curl file fontconfig-dev freetype-dev ghostscript-dev lcms2-dev \ |
| 49 | + PKG_IMAGES_DEV="curl file fontconfig-dev freetype-dev lcms2-dev \ |
50 | 50 | libjpeg-turbo-dev libpng-dev libtool libwebp-dev perl-dev tiff-dev xz zlib-dev" \
|
51 |
| - PKG_IMAGES="fontconfig freetype ghostscript lcms2 libjpeg-turbo libltdl libpng \ |
52 |
| - libwebp libxml2 tiff zlib" \ |
| 51 | + PKG_IMAGES="fontconfig freetype lcms2 libjpeg-turbo libltdl libpng \ |
| 52 | + libwebp libxml2 tiff zlib" \ |
| 53 | + # WARNING: The current Ghosscript 9.26 has a bug which results into a SEGMENTATION FAULT |
| 54 | + # and therefore we need to build our own Ghosscript 9.26 from source with additional patches |
| 55 | + # PKG_IMAGES_DEV="ghostscript-dev" |
| 56 | + # PKG_IMAGES="ghostscript" |
| 57 | + PKG_GS_DEV="libjpeg-turbo-dev libpng-dev jasper-dev expat-dev \ |
| 58 | + zlib-dev tiff-dev freetype-dev lcms2-dev gtk+3.0-dev \ |
| 59 | + cups-dev libtool jbig2dec-dev openjpeg-dev" \ |
| 60 | + PKG_GS="jasper expat jbig2dec openjpeg" \ |
53 | 61 |
|
54 | 62 | # - MAGICK_HOME: the ImageMagick home especially for Wand
|
55 | 63 | # see at: http://docs.wand-py.org/en/latest/guide/install.html#explicit-link
|
@@ -100,19 +108,18 @@ RUN \
|
100 | 108 | "$ALPINE_GLIBC_BIN_PACKAGE_FILENAME" \
|
101 | 109 | "$ALPINE_GLIBC_I18N_PACKAGE_FILENAME"
|
102 | 110 |
|
| 111 | +COPY ghostscript /init/ghostscript/ |
103 | 112 | RUN \
|
104 |
| - # update the package list |
| 113 | + echo "--- Update the package list ------------------------------------------------" && \ |
105 | 114 | apk -U upgrade && \
|
106 | 115 |
|
107 |
| - # install the needed applications |
108 |
| - apk -U add --no-cache $PKG_DEV $PKG_PYTHON $PKG_IMAGES_DEV $PKG_IMAGES && \ |
| 116 | + echo "--- Install applications via package manager -------------------------------" && \ |
| 117 | + apk -U add --no-cache $PKG_DEV $PKG_PYTHON $PKG_IMAGES_DEV $PKG_IMAGES $PKG_GS_DEV $PKG_GS && \ |
109 | 118 |
|
110 |
| - # upgrade pip to the latest version |
111 |
| - echo "--- Upgrade pip ------------------------------------------------------------" && \ |
| 119 | + echo "--- Upgrade pip to the latest version --------------------------------------" && \ |
112 | 120 | pip install --upgrade pip && \
|
113 | 121 |
|
114 |
| - # install additional python packages: |
115 |
| - echo "--- Install python packages ------------------------------------------------" && \ |
| 122 | + echo "--- Install python packages via pip ----------------------------------------" && \ |
116 | 123 | pip --no-cache-dir install --upgrade \
|
117 | 124 | setuptools \
|
118 | 125 | pyopenssl \
|
@@ -161,7 +168,36 @@ RUN \
|
161 | 168 | Flask-Dance \
|
162 | 169 | && \
|
163 | 170 |
|
164 |
| - # get actual ImageMagic 6 version info |
| 171 | + ### Ghostscript ### |
| 172 | + echo "--- Get Ghostscript 9.26 and build it --------------------------------------" && \ |
| 173 | + |
| 174 | + # create temporary build directory for Ghostscript |
| 175 | + mkdir -p /tmp/ghostscript && \ |
| 176 | + |
| 177 | + # download Ghostscript |
| 178 | + curl -o /tmp/ghostscript-src.tar.gz -L "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/ghostscript-9.26.tar.gz" && \ |
| 179 | + |
| 180 | + # unpack Ghostscript |
| 181 | + tar xf /tmp/ghostscript-src.tar.gz -C /tmp/ghostscript --strip-components=1 && \ |
| 182 | + |
| 183 | + # patch & configure Ghostscript |
| 184 | + cp /init/ghostscript/* /tmp/ghostscript && \ |
| 185 | + cd /tmp/ghostscript && \ |
| 186 | + patch cups/gdevcups.c fix-sprintf.patch && \ |
| 187 | + patch base/gdevsclass.c fix-put_image-methode.patch && \ |
| 188 | + patch base/stdio_.h fix-stdio.patch && \ |
| 189 | + patch base/lib.mak ghostscript-system-zlib.patch && \ |
| 190 | + ./configure && \ |
| 191 | + |
| 192 | + # compile Ghostscript |
| 193 | + make so all && \ |
| 194 | + |
| 195 | + # install Ghostscript |
| 196 | + make soinstall && \ |
| 197 | + make install && \ |
| 198 | + |
| 199 | + ### ImageMagic ### |
| 200 | + echo "--- Get ImageMagic 6 and build it ------------------------------------------" && \ |
165 | 201 | IMAGEMAGICK_VER=$(curl --silent http://www.imagemagick.org/download/digest.rdf \
|
166 | 202 | | grep ImageMagick-6.*tar.xz | sed 's/\(.*\).tar.*/\1/' | sed 's/^.*ImageMagick-/ImageMagick-/') && \
|
167 | 203 |
|
@@ -200,7 +236,10 @@ RUN \
|
200 | 236 |
|
201 | 237 | # install ImageMagic
|
202 | 238 | make install && \
|
203 |
| - find / -name '.packlist' -o -name 'perllocal.pod' -o -name '*.bs' -delete |
| 239 | + find / -name '.packlist' -o -name 'perllocal.pod' -o -name '*.bs' -delete && \ |
| 240 | + |
| 241 | + # cleanup temporary files |
| 242 | + rm -rf /tmp/* |
204 | 243 |
|
205 | 244 | # Install calibre binary
|
206 | 245 | # enhancement from jim3ma/docker-calibre-web
|
|
0 commit comments