fix: use npm to install yar

This commit is contained in:
2026-06-16 21:28:41 +02:00
parent 65279dbe2c
commit 64fc7025ad
+1 -1
View File
@@ -19,4 +19,4 @@ RUN wget -q -O /tmp/hugo.deb \
dpkg -i /tmp/hugo.deb && \
rm /tmp/hugo.deb
RUN corepack enable && corepack prepare yarn@stable --activate
RUN npm install -g yarn