Add pipelines and dockerfile.
This commit is contained in:
6
docker/webhook_bridge_development/Dockerfile
Normal file
6
docker/webhook_bridge_development/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM rustlang/rust:nightly-alpine3.19 AS builder
|
||||
|
||||
RUN apk add --no-cache musl-dev
|
||||
RUN cargo install --locked --no-default-features --features ci-autoclean cargo-cache
|
||||
RUN rustup component add rustfmt
|
||||
RUN rustup component add clippy
|
||||
Reference in New Issue
Block a user