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