From f8a05ea0f0616592330fed541fdfaffd46dee5f9 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 4 Jan 2021 10:56:37 -0500 Subject: [PATCH] more apk deps. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0e28357..c03cdc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM node:14-alpine as builder -RUN apk update && apk add yarn python3 --no-cache +RUN apk update && apk add yarn python3 build-base gcc wget git --no-cache WORKDIR /usr/src/app -- 2.44.1