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

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 \