User profile and admin privileges
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM lukemathwalker/cargo-chef:latest-rust-1.90.0 AS chef
|
||||
WORKDIR /app
|
||||
RUN apt update && apt install -y nodejs npm && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt update && apt install -y nodejs npm clang mold && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
FROM chef AS planner
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user