remove clippy and rustfmt from docker image

This commit is contained in:
lovasoa
2022-11-20 14:24:43 +01:00
parent c93041dea8
commit f23153af90
-1
View File
@@ -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 .