Explorar o código

ci: docker build improvements

NGPixel %!s(int64=2) %!d(string=hai) anos
pai
achega
272ba9b9ea
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      dev/build/Dockerfile

+ 2 - 2
dev/build/Dockerfile

@@ -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