more apk deps.

This commit is contained in:
Dessalines 2021-01-04 10:56:37 -05:00
parent c9de0c5b46
commit f8a05ea0f0

View file

@ -1,5 +1,5 @@
FROM node:14-alpine as builder 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 WORKDIR /usr/src/app