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:
@@ -15,12 +15,14 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
|
|||||||
PIP_NO_CACHE_DIR=1
|
PIP_NO_CACHE_DIR=1
|
||||||
|
|
||||||
RUN apk update
|
RUN apk update
|
||||||
RUN apk add --no-cache tini bash unrar dcron postgresql-dev gcc python3-dev musl-dev libffi-dev libjpeg-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 \
|
||||||
&& apk del .build-deps
|
&& apk del .build-deps
|
||||||
|
|
||||||
|
RUM pip install --upgrade pip
|
||||||
|
|
||||||
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