diff --git a/dev/build/Dockerfile b/dev/build/Dockerfile index 1d2f3133..a2f807f6 100644 --- a/dev/build/Dockerfile +++ b/dev/build/Dockerfile @@ -3,7 +3,7 @@ # ==================== FROM node:16-alpine AS assets -RUN apk add yarn g++ make --no-cache +RUN apk add yarn g++ make cmake python3 --no-cache WORKDIR /wiki