Update Dockerfile

This commit is contained in:
Skillet 2023-05-08 12:51:36 -04:00 committed by GitHub
parent 659f5d4fb4
commit 507587d168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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