fix: arm dockerfile alpine python version

parent 0343ea4d
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# ========================= # =========================
FROM node:16-alpine AS build 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 WORKDIR /wiki
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment