add comments to dockerfile
This commit is contained in:
parent
66ed80a72e
commit
d88286cf6c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
# Rust build
|
||||
FROM rust:1-alpine3.19
|
||||
|
||||
ENV RUSTFLAGS="-C target-feature=-crt-static"
|
||||
|
|
@ -9,7 +10,7 @@ COPY ./ /app
|
|||
RUN cargo build --release
|
||||
RUN strip target/release/mk-dl-bot
|
||||
|
||||
|
||||
# Rust
|
||||
FROM alpine:3.19
|
||||
RUN apk add --no-cache libgcc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue