fix: yarn already installed with base image

This commit is contained in:
2026-06-16 21:56:05 +02:00
parent 6863c0469f
commit 8f25ef93a5
-1
View File
@@ -19,4 +19,3 @@ RUN wget -q -O /tmp/hugo.deb \
dpkg -i /tmp/hugo.deb && \
rm /tmp/hugo.deb
RUN npm install -g yarn