mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
rebase mariadb feature onto dev
This commit is contained in:
parent
15d074d39c
commit
65cfd55027
10 changed files with 268 additions and 14 deletions
|
|
@ -56,6 +56,7 @@ ARG RUNTIME_PACKAGES="\
|
|||
curl \
|
||||
file \
|
||||
# fonts for text file thumbnail generation
|
||||
default-libmysqlclient-dev \
|
||||
fonts-liberation \
|
||||
gettext \
|
||||
ghostscript \
|
||||
|
|
@ -186,6 +187,7 @@ COPY Pipfile* ./
|
|||
ARG BUILD_PACKAGES="\
|
||||
build-essential \
|
||||
git \
|
||||
mariadb-client \
|
||||
python3-dev"
|
||||
|
||||
RUN set -eux \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue