feat: add sqlite

This commit is contained in:
Price Hiller 2023-01-25 20:45:50 -06:00
parent ac57bfedce
commit cc72a9e45a

View File

@ -23,7 +23,8 @@ apt-get update
apt-get install -y --no-install-suggests --no-install-recommends \
yarn \
nodejs \
git=1:2.30.2-1
git=1:2.30.2-1 \
sqlite3=3.34.1-3
su "${USER}" - <<- __EOC__
(