From dfbe73afc4385f39a7ec5c18fb89699306e8a773 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 5 Apr 2020 13:08:18 +0200 Subject: [PATCH] actually install npm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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