We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88370ca commit 701c0ddCopy full SHA for 701c0dd
backend/Dockerfile
@@ -17,7 +17,7 @@ RUN --mount=type=cache,target=target
17
ARG ARCH=x86_64
18
19
RUN rustup target add ${ARCH}-unknown-linux-musl
20
-RUN cargo install --no-default-features --target ${ARCH}-unknown-linux-musl --path backend
+RUN cargo install --target ${ARCH}-unknown-linux-musl --path backend
21
22
FROM scratch
23
# WORKDIR are used instead of mkdir
0 commit comments