From cc935c486c4b547902722798a4a0eb3c40fa5dd9 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Thu, 29 Apr 2021 21:24:22 +0900 Subject: [PATCH] chore: docker using build-base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c43dc75..7754a1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:14.16-alpine # install packages RUN apk update && apk upgrade && \ - apk add --no-cache bash git openssh python3 py3-pip + apk add --no-cache bash git openssh python3 py3-pip build-base # Create app directory RUN mkdir -p /usr/src/app