From c9de0c5b46633ee01c250e5ae8480daa9e9341d2 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 4 Jan 2021 10:51:51 -0500 Subject: [PATCH] Try to add python. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4104d35..0e28357 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- 2.44.1