diff --git a/Dockerfile b/Dockerfile index 7b82d73..35a818e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.11 as builder RUN apk add --no-cache \ git \ - yarn \ + npm \ make \ bash \ python3