fixing image
Some checks failed
Cargo Check & Build / Rust project - latest (push) Has been cancelled
Some checks failed
Cargo Check & Build / Rust project - latest (push) Has been cancelled
This commit is contained in:
11
Dockerfile
11
Dockerfile
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.84.0-slim as build
|
||||
FROM rust:1.84.0 as build
|
||||
|
||||
RUN rustup target add x86_64-unknown-linux-musl && \
|
||||
apt update && \
|
||||
@@ -9,13 +9,4 @@ COPY ./src ./src
|
||||
COPY ./Cargo.lock .
|
||||
COPY ./Cargo.toml .
|
||||
|
||||
RUN adduser \
|
||||
--disabled-password \
|
||||
--gecos "" \
|
||||
--home "/nonexistent" \
|
||||
--shell "/sbin/nologin" \
|
||||
--no-create-home \
|
||||
--uid 10001 \
|
||||
"tom"
|
||||
|
||||
RUN cargo build --target x86_64-unknown-linux-musl --release
|
||||
|
||||
Reference in New Issue
Block a user