UNCLASSIFIED

Unverified Commit 20496b81 authored by Robert Clark's avatar Robert Clark
Browse files

Run as root to setup yarn and add the heimdall user and group

parent fdd70fec
Pipeline #244182 failed with stages
in 62 minutes and 55 seconds
...@@ -10,8 +10,9 @@ COPY yarn.tar.gz / ...@@ -10,8 +10,9 @@ COPY yarn.tar.gz /
WORKDIR / WORKDIR /
RUN npm install -g yarn.tar.gz --force USER root
RUN npm install -g yarn.tar.gz --force
RUN groupadd -g 1001 heimdall && \ RUN groupadd -g 1001 heimdall && \
useradd -r -u 1001 -m -s /sbin/nologin -g heimdall heimdall && \ useradd -r -u 1001 -m -s /sbin/nologin -g heimdall heimdall && \
......
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