mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
sqlite3 -> sqlite
This commit is contained in:
parent
75054f870e
commit
cbb94d2ff7
@ -65,7 +65,7 @@ RUN apk add --no-cache fontconfig ttf-droid ttf-liberation ttf-dejavu ttf-opensa
|
|||||||
RUN apk add --no-cache python3 python3-dev
|
RUN apk add --no-cache python3 python3-dev
|
||||||
|
|
||||||
# SQLite support
|
# SQLite support
|
||||||
RUN apk add --no-cache sqlite3
|
RUN apk add --no-cache sqlite
|
||||||
|
|
||||||
# PostgreSQL support
|
# PostgreSQL support
|
||||||
RUN apk add --no-cache postgresql-contrib postgresql-dev libpq pg_dump
|
RUN apk add --no-cache postgresql-contrib postgresql-dev libpq pg_dump
|
||||||
|
Loading…
x
Reference in New Issue
Block a user