diff --git a/Dockerfile b/Dockerfile index f8fa322..bf7c3ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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