fix: arm dockerfile alpine python version

This commit is contained in:
John Smith
2021-12-04 19:06:31 -05:00
parent 0343ea4ddf
commit 661ec5f5e0

View File

@@ -3,7 +3,7 @@
# =========================
FROM node:16-alpine AS build
RUN apk add yarn g++ make --no-cache
RUN apk add yarn g++ make python3 --no-cache
WORKDIR /wiki