mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 13:17:10 -05:00
ci: docker build improvements
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# ====================
|
||||
# --- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user