Unverified Commit 272ba9b9 authored by NGPixel's avatar NGPixel

ci: docker build improvements

parent 3c28ac80
# ====================
# --- Build Assets ---
# ====================
FROM node:18-alpine AS assets
FROM node:18 AS assets
RUN apk add g++ make cmake python3 --no-cache
RUN apt-get update && apt-get install build-essential -y
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