Try to add python.

This commit is contained in:
Dessalines 2021-01-04 10:51:51 -05:00
parent 78d2fb9ce1
commit c9de0c5b46
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM node:14-alpine as builder
RUN apk update && apk add yarn --no-cache
RUN apk update && apk add yarn python3 --no-cache
WORKDIR /usr/src/app