ci: docker build improvements

pull/6775/head
NGPixel 2 years ago
parent 3c28ac8092
commit 272ba9b9ea
No known key found for this signature in database
GPG Key ID: B755FB6870B30F63

@ -1,9 +1,9 @@
# ==================== # ====================
# --- Build Assets --- # --- 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 WORKDIR /wiki

Loading…
Cancel
Save