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 09:51:56 +05:30
committed by GitHub
co-authored by grape
parent 30d4f6c2f5
commit 64a9a46b28
+1 -1
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 \