fix: Docker compose build of unable to select packages (#9783)

Fixes #9782

Co-authored-by: grape <grape@auro.gg>
This commit is contained in:
PuTaoNiNi 2024-07-16 12:21:56 +08:00 committed by GitHub
parent 30d4f6c2f5
commit 64a9a46b28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ RUN apk update && apk add --no-cache \
tzdata \
postgresql-dev \
postgresql-client \
nodejs=20.12.1-r0 \
nodejs=20.15.1-r0 \
yarn \
git \
&& mkdir -p /var/app \