remove clippy and rustfmt from docker image
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
FROM rust:1.65-alpine3.16 as builder
|
||||
RUN rustup component add clippy rustfmt
|
||||
RUN apk add --no-cache musl-dev
|
||||
WORKDIR /usr/src/sqlpage
|
||||
RUN cargo init .
|
||||
|
||||
Reference in New Issue
Block a user