Fix incorrect yarn installation
on-push / build (push) Successful in 51s

This commit is contained in:
2026-07-18 10:47:22 +02:00
parent 39a99a9783
commit 48edc5d6da
+1 -3
View File
@@ -2,8 +2,6 @@ FROM alpine:latest
LABEL maintainer="Per Ryan Edin <ryan@helloryan.se>" LABEL maintainer="Per Ryan Edin <ryan@helloryan.se>"
RUN apk update RUN apk update
RUN apk add minio-client nodejs git RUN apk add minio-client nodejs git yarn
RUN npm i -g yarn
WORKDIR /work WORKDIR /work