Skip to content

Commit 04749ca

Browse files
committed
Fix docker build
1 parent 94cc3d1 commit 04749ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rust:alpine AS chef
22
USER root
33
ENV DOTNET_CLI_TELEMETRY_OPTOUT=1
4-
RUN apk add musl-dev dotnet9-sdk
4+
RUN apk add musl-dev dotnet10-sdk openssl-dev openssl-libs-static
55
# https://github.com/LukeMathWalker/cargo-chef/issues/290
66
RUN cargo install cargo-chef@0.1.71
77
WORKDIR /app

0 commit comments

Comments
 (0)