mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Add binaries for database dumping
This commit is contained in:
parent
2be78f5d4c
commit
124db01b63
@ -56,11 +56,22 @@ RUN apk add --no-cache git make bash \
|
|||||||
libjpeg-turbo libjpeg-turbo-dev jpeg jpeg-dev \
|
libjpeg-turbo libjpeg-turbo-dev jpeg jpeg-dev \
|
||||||
libffi libffi-dev \
|
libffi libffi-dev \
|
||||||
zlib zlib-dev
|
zlib zlib-dev
|
||||||
|
|
||||||
|
# Cairo deps for WeasyPrint (these will be deprecated once WeasyPrint drops cairo requirement)
|
||||||
RUN apk add --no-cache cairo cairo-dev pango pango-dev
|
RUN apk add --no-cache cairo cairo-dev pango pango-dev
|
||||||
RUN apk add --no-cache fontconfig ttf-droid ttf-liberation ttf-dejavu ttf-opensans ttf-ubuntu-font-family font-croscore font-noto
|
RUN apk add --no-cache fontconfig ttf-droid ttf-liberation ttf-dejavu ttf-opensans ttf-ubuntu-font-family font-croscore font-noto
|
||||||
RUN apk add --no-cache python3
|
|
||||||
RUN apk add --no-cache postgresql-contrib postgresql-dev libpq
|
# Python
|
||||||
RUN apk add --no-cache mariadb-connector-c mariadb-dev
|
RUN apk add --no-cache python3 python3-dev python3-pip
|
||||||
|
|
||||||
|
# SQLite support
|
||||||
|
RUN apk add --no-cache sqlite3
|
||||||
|
|
||||||
|
# PostgreSQL support
|
||||||
|
RUN apk add --no-cache postgresql-contrib postgresql-dev libpq pg_dump
|
||||||
|
|
||||||
|
# MySQL support
|
||||||
|
RUN apk add --no-cache mariadb-connector-c mariadb-dev mysqldump
|
||||||
|
|
||||||
# Create required directories
|
# Create required directories
|
||||||
#RUN mkdir ${INVENTREE_DATA_DIR}}/media ${INVENTREE_HOME}/static ${INVENTREE_HOME}/backup
|
#RUN mkdir ${INVENTREE_DATA_DIR}}/media ${INVENTREE_HOME}/static ${INVENTREE_HOME}/backup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user