Add initial sqlite3 support

This commit is contained in:
Tom Pansino
2021-02-17 23:55:22 -08:00
parent 30fe2f181c
commit e8a1859d1a
2 changed files with 33 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ RUN set -ex && \
postgresql \
postgresql-client \
redis \
sqlite \
xz \
zstd \
&& \