mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
docker-compose.yml fixes
This commit is contained in:
@@ -18,7 +18,7 @@ RUN apk update
|
|||||||
RUN apk add --no-cache tini bash unrar dcron postgresql-dev gcc python3-dev musl-dev libffi-dev jpeg-dev
|
RUN apk add --no-cache tini bash unrar dcron postgresql-dev gcc python3-dev musl-dev libffi-dev jpeg-dev
|
||||||
|
|
||||||
RUN apk add --no-cache --virtual .build-deps mariadb-dev build-base \
|
RUN apk add --no-cache --virtual .build-deps mariadb-dev build-base \
|
||||||
&& apk add --virtual .runtime-deps mariadb-connector-c-dev mariadb-connector-c
|
&& apk add --virtual .runtime-deps mariadb-connector-c-dev mariadb-connector-c
|
||||||
|
|
||||||
RUN apk add gcc g++ cmake make mupdf-dev freetype-dev
|
RUN apk add gcc g++ cmake make mupdf-dev freetype-dev
|
||||||
ARG MUPDF=1.18.0
|
ARG MUPDF=1.18.0
|
||||||
@@ -31,10 +31,10 @@ RUN ln -s /usr/include/freetype2/ft2build.h /usr/include/ft2build.h \
|
|||||||
&& cd .. \
|
&& cd .. \
|
||||||
&& rm -rf *.tar.gz mupdf-${MUPDF}-source
|
&& rm -rf *.tar.gz mupdf-${MUPDF}-source
|
||||||
|
|
||||||
RUN pip install PyMuPDF==1.18.12
|
|
||||||
|
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
|
|
||||||
|
RUN pip install PyMuPDF==1.18.12
|
||||||
|
|
||||||
COPY requirements.txt /src
|
COPY requirements.txt /src
|
||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user