chore: docker using build-base

This commit is contained in:
wonderlandpark 2021-04-29 21:24:22 +09:00
parent 186755eee4
commit cc935c486c
No known key found for this signature in database
GPG Key ID: E3E650B146478C64

View File

@ -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