Browse Source
fix: arm dockerfile alpine python version
pull/4789/head
John Smith
3 years ago
No known key found for this signature in database
GPG Key ID: 8FDA2F1757F60D63
1 changed files with
1 additions and
1 deletions
-
dev/build-arm/Dockerfile
|
|
@ -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 |
|
|
|
|
|
|
|