We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cc3d1 commit 04749caCopy full SHA for 04749ca
1 file changed
web/Dockerfile
@@ -1,7 +1,7 @@
1
FROM rust:alpine AS chef
2
USER root
3
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
4
-RUN apk add musl-dev dotnet9-sdk
+RUN apk add musl-dev dotnet10-sdk openssl-dev openssl-libs-static
5
# https://github.com/LukeMathWalker/cargo-chef/issues/290
6
RUN cargo install cargo-chef@0.1.71
7
WORKDIR /app
0 commit comments