From d6f80e8cac0e74d2f38ba552fd8efc74b5aeec56 Mon Sep 17 00:00:00 2001 From: Chonlasith Jucksriporn Date: Fri, 28 Aug 2020 10:57:43 +0700 Subject: [PATCH] fix(deps) add missing dependencies in Dockerfile (#293) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6b2f6ab..9c9df13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM node:alpine WORKDIR /src/ COPY ./themes/conventional-commits /src/ +RUN apk add python make g++ RUN npm rebuild node-sass RUN npm install RUN npm run build