2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 04:26:44 +00:00

sqlite3 -> sqlite

This commit is contained in:
Oliver Walters 2021-04-18 14:57:25 +10:00
parent 75054f870e
commit cbb94d2ff7

View File

@ -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