From 42587a0a8d6895e26949147ff0e0fcc0b73d8ec9 Mon Sep 17 00:00:00 2001 From: Qian Peili Date: Wed, 28 Apr 2021 16:12:59 +0800 Subject: [PATCH] fix no python error when first docker build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e24ee9f63..3112e8340 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM node:10-alpine +RUN apk add --no-cache python WORKDIR /app COPY . /app