From: Dessalines Date: Mon, 4 Jan 2021 15:51:51 +0000 (-0500) Subject: Try to add python. X-Git-Url: http://these/git/%22https:/image.com/readmes/README.zh.hant.md?a=commitdiff_plain;h=c9de0c5b46633ee01c250e5ae8480daa9e9341d2;p=lemmy-ui.git Try to add python. --- 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