This commit is contained in:
parent
38193b8681
commit
9ead204010
@ -1,7 +1,7 @@
|
|||||||
FROM ekidd/rust-musl-builder:stable as builder
|
FROM ekidd/rust-musl-builder:stable as builder
|
||||||
|
|
||||||
# RUN adduser -D hoc
|
# RUN adduser -D hoc
|
||||||
RUN useradd -U 10001 dummy
|
RUN useradd -u 10001 dummy
|
||||||
|
|
||||||
# create new cargo project
|
# create new cargo project
|
||||||
RUN USER=rust cargo init --bin
|
RUN USER=rust cargo init --bin
|
||||||
|
Loading…
Reference in New Issue
Block a user