mirror of
https://github.com/AsgardEternal/SquadJSDocker.git
synced 2025-01-02 14:29:26 -06:00
feat: add sqlite
This commit is contained in:
parent
ac57bfedce
commit
cc72a9e45a
@ -23,7 +23,8 @@ apt-get update
|
|||||||
apt-get install -y --no-install-suggests --no-install-recommends \
|
apt-get install -y --no-install-suggests --no-install-recommends \
|
||||||
yarn \
|
yarn \
|
||||||
nodejs \
|
nodejs \
|
||||||
git=1:2.30.2-1
|
git=1:2.30.2-1 \
|
||||||
|
sqlite3=3.34.1-3
|
||||||
|
|
||||||
su "${USER}" - <<- __EOC__
|
su "${USER}" - <<- __EOC__
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user