fix: Docker compose build of unable to select packages (#9783)
Fixes #9782 Co-authored-by: grape <grape@auro.gg>
This commit is contained in:
@@ -25,7 +25,7 @@ RUN apk update && apk add --no-cache \
|
|||||||
tzdata \
|
tzdata \
|
||||||
postgresql-dev \
|
postgresql-dev \
|
||||||
postgresql-client \
|
postgresql-client \
|
||||||
nodejs=20.12.1-r0 \
|
nodejs=20.15.1-r0 \
|
||||||
yarn \
|
yarn \
|
||||||
git \
|
git \
|
||||||
&& mkdir -p /var/app \
|
&& mkdir -p /var/app \
|
||||||
|
|||||||
Reference in New Issue
Block a user