mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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
|
||||
|
||||
# SQLite support
|
||||
RUN apk add --no-cache sqlite3
|
||||
RUN apk add --no-cache sqlite
|
||||
|
||||
# PostgreSQL support
|
||||
RUN apk add --no-cache postgresql-contrib postgresql-dev libpq pg_dump
|
||||
|
Loading…
Reference in New Issue
Block a user