We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135f551 commit 247433bCopy full SHA for 247433b
Dockerfile
@@ -1,3 +1,4 @@
1
+FROM --platform=$BUILDPLATFORM rust AS base
2
WORKDIR /app
3
RUN apt-get update && apt-get upgrade -y
4
RUN rustup component add clippy
0 commit comments